zabbix
客户端配置zabbix-agent 后,网页端出现Get value from agent failed: cannot connect to [[192.168.1.205]:10050]: [113]No route to host的错误,主机没法被监听
1、服务器端ping 客户端
ping 192.168.1.205
2、如果能ping通,则是因为防火墙的原因,需关闭防火墙
service iptables stop #关闭防火墙
chkconfig iptables off #设置开机重启仍关闭防火墙
命令: service iptables status 可以查看防火墙的状态
坐标中文乱码:https://jingyan.baidu.com/article/15622f2402d162fdfcbea5f9.html
发邮件:https://www.jianshu.com/p/893d57ecc8e1
zabbix_get [56276]: Get value error: cannot connect to [[192.168.60.148]:10050]: [113] No route to host
防火墙
http://blog.csdn.net/zhou920786312/article/details/76273619
yum无法使用 yum-pid
http://blog.csdn.net/jing875480512/article/details/79002404时区问题
想要邮件报警,首先要触发action,然后才会触发邮件脚本,
在action中的maintenance status不是必须的。
http://192.168.60.130:3080/zabbix
端口在http的Listen 修改
centos7 zabbix3.4 安装教程
http://blog.csdn.net/leshami/article/details/78708049
snmp 安装 :
yum install net-snmp
vim /etc/snmp/snmpd.conf
http://blog.51cto.com/pengyl/1241292
zabbix_get –s <host name or IP> [-p <port> ] [-I <IP address>]
[ ] 表示可选 < > 表示必选
Linux中的screen 命令
source 命令
EOF命令
忘记zabbix的密码:
mysql> select * from zabbix.users where alias=’Admin’;
mysql> update zabbix.users set password=md5(‘zabbix’) where alias=’Admin’;
mysql> flush privileges;
zabbix web 监控
https://www.zabbix.com/documentation/3.4/zh/manual/web_monitoring
maintenance 当设备在维护期间可以用来设置不报警,或者在动作Acting中设置。
yum 安装ansible的教程http://blog.csdn.net/jssg_tzw/article/details/69388136
原文地址:http://blog.51cto.com/jackor/2153437