Zabbix短信报警脚本
脚本内容#!/bin/bash
#
# Filename: sendSMS.sh
# Revision: 1.0
# Date: 2017/11/21
# Author: LiuGuangShun
# Email:
# Website: http://zabbix
# Description: zabbix短信告警脚本
# Notes: ...
阅读全文
脚本内容#!/bin/bash
#
# Filename: sendSMS.sh
# Revision: 1.0
# Date: 2017/11/21
# Author: LiuGuangShun
# Email:
# Website: http://zabbix
# Description: zabbix短信告警脚本
# Notes: ...
阅读全文
在家用PC上面安装ESXi时因为镜像中不包含网卡驱动,会在安装过程中提示找不到网卡,导致安装无法继续需要给ESXi安装镜像添加驱动下载工具和驱动文件ESXi-Customizer这个是用来添加驱动到ESXi安装镜像的https://www.v-front.de/p/esxi-customizer.html下载对应的驱动下载VIB格式的驱动文件https://vibsdepot.v-front...
阅读全文
apt、yum、dnf配置代理apt修改/etc/apt/apt.conf# http代理
Acquire::http::proxy "http://127.0.0.1:8080";
Acquire::ftp::proxy "http://127.0.0.1:8080";
Acquire::https::proxy "http://127.0...
阅读全文
先停止zabbix_server,防止有数据写入清理全部历史数据对zabbix数据库执行MySQL语句truncate table history;
optimize table history;
truncate table history_uint;
optimize table history_uint;
truncate table trends;
optimize table ...
阅读全文
添加源编辑/etc/apt/sources.list加入deb http://ftp.debian.org/debian/ wheezy-backports main
或
deb http://ftp.debian.org/debian/ wheezy-backports main更新源文件apt-get update更新backsports源apt-get -t wheezy-backpo...
阅读全文