在線答疑:樂維社區
一、客戶端狀態檢查
1.檢查客戶端的zabbix-agent2是否正常
[root@node1 ~]# systemctl is-active zabbix-agent2.service
active
2.從服務端檢查是否可以獲得客戶端信息
[root@IT-01 ~]# zabbix_get -s ‘192.168.200.135’ -p 10050 -k ‘agent.ping’
1
二、配置hosts解析
服務端
[root@IT-01 ~]# vim /etc/hosts
[root@IT-01 ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.169.200.129 IT-01
192.168.200.135 node1
客戶端
[root@node1 ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.169.200.129 IT-01
192.168.200.135 node1
三、自動發現配置
1.查看自動發現當前規則
2.創建新規則
3.查看設置好的規則
4.啟用動作及觸發器
四、檢查是否自動發現了客戶端
[root@IT-01 ~]# tail /var/log/zabbix/zabbix_server.log
1839:20210602:024139.067 cannot send list of active checks to “192.168.200.150”: host [192.168.200.129] not found
1839:20210602:024319.135 cannot send list of active checks to “192.168.200.135”: host [192.168.200.129] not found
1839:20210602:024340.066 cannot send list of active checks to “192.168.200.150”: host [192.168.200.129] not found
1839:20210602:024520.121 cannot send list of active checks to “192.168.200.135”: host [192.168.200.129] not found
1839:20210602:024541.066 cannot send list of active checks to “192.168.200.150”: host [192.168.200.129] not found
1839:20210602:024721.121 cannot send list of active checks to “192.168.200.135”: host [192.168.200.129] not found
1839:20210602:024742.071 cannot send list of active checks to “192.168.200.150”: host [192.168.200.129] not found
1839:20210602:024922.126 cannot send list of active checks to “192.168.200.135”: host [192.168.200.129] not found
1839:20210602:024943.062 cannot send list of active checks to “192.168.200.150”: host [192.168.200.129] not found
1829:20210602:175015.926 enabling Zabbix agent checks on host “node1”: host became available