A check on a client runs and appears to send the data back to the server, but yet, nothing is every logged on the server...
Client debug:
15726:20081211:162739 Requested [my_item]
15726:20081211:162739 Before
15726:20081211:162739 Run remote command [/usr/bin/sudo /usr/local/bin/my_check >/dev/null 2>&1; echo $?] Result [1] [0]...
15726:20081211:162739 Sending back [0]
The server never logs the sent back "0". Running zabbix_get works as well...
# zabbix_get -s client_host -k my_item
0
The server is stable and relatively quiet (load/network/disk I/O).
The item is configured as a "Zabbix agent", with "Numeric" data type and everything else is set to defaults. Both server and client run 1.4.4
Thoughts?
Client debug:
15726:20081211:162739 Requested [my_item]
15726:20081211:162739 Before
15726:20081211:162739 Run remote command [/usr/bin/sudo /usr/local/bin/my_check >/dev/null 2>&1; echo $?] Result [1] [0]...
15726:20081211:162739 Sending back [0]
The server never logs the sent back "0". Running zabbix_get works as well...
# zabbix_get -s client_host -k my_item
0
The server is stable and relatively quiet (load/network/disk I/O).
The item is configured as a "Zabbix agent", with "Numeric" data type and everything else is set to defaults. Both server and client run 1.4.4
Thoughts?