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!
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!

Comment