Play sound表示播放声音,默认只播放一次 这里声音报警有三个选项,第一个是只发一次声音;第二个是每十秒钟发一次;第三个是Message timeout的间隔时间来进行报警的。 6 管理用户和组权限 首先登录zabbix服务端的数据库,里面有一个zabbix的数据库 [root@server ~]# mysql -uroot -p1 mysql> sho
产生这个问题的主要原因是你的监控项执行时间过长,超过了默认配置的timeout=15s时间,这里只要将你的server、proxy和agent的conf文件中的timeout时间改长一点即可,上限是30s,如果30s还不够那就要改系统源码来突破这个上限了。 解决方法: vim /etc/zabbix/zabbix_server.conf #这里以修改server端conf文件为例,其他两个...
从Zabbix 1.8.4开始支持OpenBSD。 system.boottime 系统启动时间 整数 (U ix时间戳) system.cpu.discovery 检测到的CPU/CPU内核列表。用于低级发现。 JSON对象 所有平台从2.4.0开始支持 system.cpu.intr 设备中断数 整数 system.cpu.load[<cpu>,<mode>]CPU负载.浮 数**cp** - 可能的值: 示例:...
Installing:zabbix-agentx86_644.0.42-1.el7 zabbix431kzabbix-server-mysqlx86_644.0.42-1.el7 zabbix2.2Mzabbix-web-mysqlnoarch4.0.42-1.el7 zabbix12k#依赖关系 Installingfordependencies:OpenIPMIx86_642.0.27-1.el7 BASE243kOpenIPMI-libsx86_642.0.27-1.el7 BASE523kOpenIPMI-modaliasx86_642.0.27-1.e...
-uzabbix -pzabbix zabbix > zabbix_${Time}.sql ##数据库的密码为空,脚本反而不能执行 Backupdir=/var/lib/backup_mysql_zabbix/ if [ ! -d $Backupdir ];then mkdir $Backupdir fi tar -zcf /var/lib/backup_mysql_zabbix/$Time.sql.tar.gz zabbix_${Time}.sql ##备份目录...
net.dns[<ip>,name,<type>,<timeout>,<count>,<protocol>] Checks if DNS service is up. 0 - DNS is down (server did not respond or DNS resolution failed)1 - DNS is up ip - IP address of DNS server (leave empty for the default DNS server, ignored on Windows)name - DNS name to...
ZBX-21221Increased the character limit of task_result.infoInstallation ZBX-21696Fixed Windows Zabbix agent 2 Unicode path support for log* itemsAgent ZBX-21872Fixed VMware HV missing multipath data for some datastoresProxyServer ZBX-21903Fixed Zabbix agent 2 timeout behavior for net.tcp.port itemAg...
{DB_SERVER_ROOT_PASS}" --silent --connect_timeout=10)" ]; do echo "*** MySQL server is not available. Waiting $WAIT_TIMEOUT seconds..." sleep $WAIT_TIMEOUT @@ -383,7 +383,7 @@ mysql_query() { query=$1 local result="" - result=$(mysql --silent --skip-column-names -h...
publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/Users/lucas/.ansible/cp/9533ba4d4c localhost '/bin/sh -c '"'"'rm -f -r /home/lucas/.ansible/tmp/ansible-tmp-1641272906.19573-89276-206089095450568/ > /dev/null 2>&1 && sleep 0'"'"'' <localhost> (0, b...
" export PGOPTIONS fi while [ ! "$(psql-h ${DB_SERVER_}-p ${DB_SERVER_PORT} -U ${DB_SERVER_ROOT_USER} -d ${DB_SERVER_DBNAME} -l -q 2>/dev/null)" ]; do echo "*** PostgreSQL server is not available Waiting $WAIT_TIMEOUT seconds..." sleep$WAIT_TIMEOUT...