点击返回:自学Zabbix之路 点击返回:自学Zabbix4.0之路 点击返回:自学zabbix集锦 Zabbix4.4.1系统告警“sda: Disk read/write request response are too high” 针对告警查询zabbix系统默认设置的trigger如下: {Zabbix server:vfs.dev.read.await[sda].min(15m)} > {$VFS.DEV.READ.AWAIT.WARN:"sda"} or {Zabbi…
点击返回:自学Zabbix之路 点击返回:自学Zabbix4.0之路 点击返回:自学zabbix集锦 13 Zabbix4.4.1系统告警“More than 75% used in the configuration cache” More than 75% used in the configuration cache, 可用的配置缓存超过75%. 解决办法: 更改默认缓存配置的大小. 默认CacheSize只有8M,可根据自己需求改大即可. systemctl restart zabbi…
正常安装完zabbix后,登录后zabbix监控报错zabbix server is not running: the information displayed may not be current, 下面的几种情况都有可能引起这个错误, 1. selinux是否关闭.一定要关闭这个,开启selinux会引起一连串问题,甚至zabbix的discovery功能也不能正常使用 关闭SELinux的方法: 修改/etc/selinux/config文件中的SELINUX="" 为 dis…
zabbix监控搭建完后打开web界面http://xxx/zabbix报错: zabbix server is not running: the information displayed may not be current! 1 . 遇到这个问题,首先不要去直接搜,我们查看下zabbix server的log日志: connection to database 'zabbix' failed: [1045] Access denied for user 'root'(using passw…