zabbix监控告警more than 100 iteams having missing data fore more than 10 minute,告警时间持续1小时,

1.zabbix监控告警more than 100 iteams having missing data fore more than 10 minute,告警时间持续1小时,一个小时后所有通过poxy监控的数据数据都没了,百度说重启proxy就好了,重启没有用。
2.若不是1的告警导致的,有没有其他方法呀?
3.如果比较复杂可以加QQ微信也行,处理完*

img


4.查看容器日志提示:Unable to connect to the server [192.168.1.193]:10051 [cannot connect to [[192.168.1.193]:10051]: [4] Interrupted system call]
可一个小时前还是正常的

docker stop {container id}
docker start {container id}

1.查看服务器资源负载状态,排除服务器本身原因

htop iotop iostat

2.查看zabbix_server有没有出现 Zabbix poller processes more than 75% busy 告警
修改配置文件增大线程数和缓存
3.查看服务端与代理端的时间是不是同步的

crontab -e
*/3 */1 * * * /usr/sbin/ntpdate -u ntp.aliyun.com &> /dev/null

解决方法:
1.查看服务器资源负载状态,排除服务器本身原因
htop iotop iostat
2.查看zabbix_server有没有出现 Zabbix poller processes more than 75% busy 告警
修改配置文件增大线程数和缓存

  vim /usr/local/zabbix/etc/zabbix_server.conf
        StartPollers=500
        StartPollersUnreachable=50
        StartTrappers=30
        StartDiscoverers=6
        CacheSize=1G
        CacheUpdateFrequency=300
        StartDBSyncers=20
        HistoryCacheSize=512M
        TrendCacheSize=256M
        HistoryTextCacheSize=80M
        ValueCacheSize=1G

3.查看服务端与代理端的时间是不是同步的


crontab -e
*/3 */1 * * * /usr/sbin/ntpdate -u ntp.aliyun.com &> /dev/null

4.重启server端与proxy端服务

1、尝试重启一下 proxy
2、关注系统自身的负载是否能承受