Hi everyone.
I've made a contrib for Zabbix monitoring tool.
You can have a look at the wiki page here: http://wiki.contribs.org/Zabbix
Been fiddling with it.
I installed server and monitor on my sme.
I added some router-hops.
I would like to monitor if my adsl-line goes down.
I did this:
add host hop1
add host hop2
etc.
Then added template standalone to them and use only icmp ping.
Is that a standard way to go about?
Also it reports that local zabbix agent cannot be reached. How do I know it is up? I use the template_linux on 127.0.0.1
log says:
3929:20090325:230904 zabbix_agentd started. ZABBIX 1.6.2.
3946:20090325:230904 zabbix_agentd collector started
3947:20090325:230904 zabbix_agentd active check started [localhost:10051]
3947:20090325:231004 Can't open jason object
it seems to run:
[root@mail ~]# ps waux | egrep zabbix | egrep age
zabbix 3929 0.0 0.0 5796 684 ? SN 23:09 0:00 /usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
zabbix 3946 0.0 0.0 5796 712 ? SN 23:09 0:00 /usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
zabbix 3947 0.0 0.0 5816 752 ? SN 23:09 0:00 /usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
greetings
Hans-Cees