Hi all,
maybe you can help me with an issue with zabbix_sender
I am running 1.8.4 now (but had the problem with 1.8.4rc1 and rc2), must be a configuration problem
output is:
I can't find anything suspect in server or agent logfiles, loglevel is set to max.
I have double-checked, that the ZABBIXSERVERIP is the IP set in /etc/zabbix/zabbix-server.conf, and that the ZABBIXHOSTNAME is the name of the host configured in Zabbix Web GUI. KEYNAME exists, and value 0 exists for that key...
Any clues?
maybe you can help me with an issue with zabbix_sender
I am running 1.8.4 now (but had the problem with 1.8.4rc1 and rc2), must be a configuration problem
Code:
zabbix_sender -vv -z ZABBIXSERVERIP -s ZABBIXHOSTNAME -k KEYNAME -o 0
Code:
zabbix_sender [32324]: DEBUG: Answer [{
"response":"success",
"info":"Processed 0 Failed 1 Total 1 Seconds spent 0.000257"}]
Info from server: "Processed 0 Failed 1 Total 1 Seconds spent 0.000257"
sent: 1; skipped: 0; total: 1
I have double-checked, that the ZABBIXSERVERIP is the IP set in /etc/zabbix/zabbix-server.conf, and that the ZABBIXHOSTNAME is the name of the host configured in Zabbix Web GUI. KEYNAME exists, and value 0 exists for that key...
Any clues?
Comment