故障描述: Lack of free swap space on Zabbix server 故障原因: 情况一:云主机:因为Zabbix监控没有考虑虚拟主机的swap分区情况. 情况二:物理主机:说明没有启用swap分区,或者swap分区没有挂在上. [root@localhost ~]# free -m // 通过free -m命令发现swap分区 total 0 used 0 free 0 解决方法: 方法一:修改zabbix监控模板 添加以下内容:{Template OS Li
zabbix报错 https://www.cnblogs.com/losbyday/category/876878.html作者总结的很全棒 1.在启动zabbix-agent 时系统日志输出 PID file /run/zabbix/zabbix_agentd.pid not readable (yet?) after star zabbix-agent.service never wrote its PID file. Failing 重启zabbix-agent服务依旧不能正常启动,查看/
zabbix报错 原文:https://www.cnblogs.com/dbslinux/p/9465803.html https://www.cnblogs.com/losbyday/category/876878.html作者总结的很全棒 1.在启动zabbix-agent 时系统日志输出 PID file /run/zabbix/zabbix_agentd.pid not readable (yet?) after star zabbix-agent.service never wrot
点击返回:自学Zabbix之路 1.Zabbix报错信息:It probably means that the systems requires more physical memory. 1.报错信息:It probably means that the systems requires more physical memory. 解决办法: 创建交换分区 root@zabbix-server:~# mkdir /swap root@zabbix-server:~# cd /swap/ roo
打开zabbix web界面点击profile出现以下报错信息: scandir() has been disabled for security reasons [profile.php:198 → CView-> 解决: php环境中把scandir写在了disable_functions中.在php.ini文件把disable_functions中的scandir去掉即可. (重启php-fpm和nginx)
1.cannot connect to [[172.16.2.225]:10050]: [113] No route to host 这种一般是网络连接问题 排查:在server上telnet 172.16.2.225 10050,是同样的报错,查看是否关闭iptables和selinux 2.zabbix server is not running: the information displayed may not be current. 排查:编辑zabbix.conf.php文件,把$Z
I'm trying to install zabbix on a new (virtual) server. But i have troubles with the zabbix_agentd on the zabbix server. I get the error below and don't know how to fix it... Can someone help me out or point me in the correct direction? Error logging
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
报错信息: zabbix报错(Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) 解决方法一: zabbix_agentd端执行命令 chmod +s /bin/netstat zabbix_get能获取到值,但是item依旧为Not Supported. 如果你的值类型设置没错的话,那有如下解决方法:
服务器系统是centos6.5 zabbix版本是3.0.4 根据 网上教程配置好邮件脚本后,触发发送邮件的时候报错: Support for SMTP authentication was not compiled in 官网说的是 To make SMTP authentication options available, Zabbix server should be compiled with the –with-libcurl compilation option with cURL