Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
tail /var/opt/zabbix/zabbix_agentd.log

  2728:20100811:135911.054 Zabbix Agent started. Zabbix 1.8.2 (revision 11211).
  2730:20100811:135911.054 zabbix_agentd collector started
  2733:20100811:135911.055 zabbix_agentd listener started
  2734:20100811:135911.055 zabbix_agentd listener started
  2735:20100811:135911.055 zabbix_agentd listener started
zabbix_agentd.log (END) 

Troubleshooting zabbix connectivity issues

Once your zabbix_agentdd is started successfully you should see the host on monitor.rice.edu,
and it should say Status = "Monitored" and the Z under Availability should be Blue (not red)

If not, check out connectivity issues like so

Panel
titleConnectivity Checks from new client

root@fms06:/etc/sysconfig> telnet monitor.rice.edu 10051

Trying 10.129.92.52...
Connected to monitor.rice.edu.
Escape character is '^]'.

root@fms11:/etc/sysconfig> netstat -an | grep 1005

tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN
tcp 0 0 10.142.93.6:10050 10.129.92.52:54553 TIME_WAIT
tcp 0 0 10.142.93.6:10050 10.129.92.52:53015 TIME_WAIT
tcp 0 0 10.142.93.6:10050 10.129.92.52:52757 TIME_WAIT
tcp 0 0 10.142.93.6:10050 10.129.92.52:54537 TIME_WAIT
tcp 0 0 10.142.93.6:10050 10.129.92.52:53557 TIME_WAIT

Panel
titleConnectivity Checks from Monitor.rice.edu

root@monitor:/opt/opt.CORE/zabbix-1.8.3/rhel5/public_html/agents> telnet fms06.rice.edu 10050

Trying 10.142.93.4...
Connected to fms06.rice.edu.
Escape character is '^]'.

agent.version

ZBXD�1.6.5Connection closed by foreign host.

Define monitoring for new client on monitor.rice.edu

...