PDA

View Full Version : Zabbix_sender over proxy


niumar
06-02-2010, 11:46
Hi!

How can I do to send data to the zabbix server from a host that is monitored by a proxy.
I need constantly update manually the item status off a host that is under a proxy.

$ zabbix_sender -z "x.x.x.x" -s "host_name" -k "status" -o "0"

This command, from a other server, don't work. It returns:

"Info from server: "Processed 0 Failed 1 Total 1 Seconds spent 0.000033"
sent: 1; skipped: 0; total: 1"

I am using zabbix 1.8.1.

Thanks!

richlv
08-02-2010, 16:08
are you specifying proxy ip to the "-z" flag ? i just tried that, and it works

botaniq
01-03-2011, 09:37
are you specifying proxy ip to the "-z" flag ? i just tried that, and it works

Can you give an example how to specify a proxy.
My proxy is 192.168.2.4 and port 3128.