Ad Widget

Collapse

zabbix_sender debug interpretation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anon
    Junior Member
    • Jun 2009
    • 9

    #1

    zabbix_sender debug interpretation

    I've seen the following sort of output a few times while troubleshooting zabbix_sender (1.8.2):

    Code:
    [root@box ~]#  /root/zabbix-1.8.2/src/zabbix_sender/zabbix_sender --zabbix-server localhost --port 10051 --host "HostX" --key snmpTraps --value "test" -vv
    zabbix_sender [7121]: DEBUG: Answer [{
            "response":"success",
            "info":"Processed 0 Failed 1 Total 1 Seconds spent 0.000023"}]
    Info from server: "Processed 0 Failed 1 Total 1 Seconds spent 0.000023"
    sent: 1; skipped: 0; total: 1
    As you can see, the "response" is "success", but the processing fails. How do I interpret this output? Are there other ways to troubleshoot what could be the problem in this case? Processing succeeds on another host with the same template applied. "HostX" is up and available.

    TIA
Working...