PDA

View Full Version : zabbix sender


riegersteve
09-03-2005, 19:38
can somebody please post usage or examples for zabbix_sender, am looking to implement iot on about 30 servers that my zabbix can not talk to (for security reasons)

naparuba
10-03-2005, 09:36
Hi, there is a very simple exemple:

./zabbix_sender 192.168.0.254 10051 "tanit:bob[dylan]" 1

my zabbix server is at 192.168.0.254 in the port 10051
the key of my item is bob[dylan] and I put 1 into it,
the server aswer OK when it is.. OK :)

After you can put it in a shell script + cron,

I hope this help

Nap