I wrote a details post of my issue but the forum wouldn't let me post it saying there were too many links to images! I created a pastebin here http://pastebin.com/t7YZBZXa with the full details. Below is a very cut down version of it.
I'm running Zabbix 2.0.5 I'm trying to get some data back from the zabbix agent trying to monitor a dell server using dell open manage. But I'm always getting zero as the return value instead of the actual value output of the shell command
I turned on the zabbix agent debug on and got the below:
Clearly the result returned is [1] so why is the zabbix agent sending back "0" ? What I'm I doing wrong?
I'm running Zabbix 2.0.5 I'm trying to get some data back from the zabbix agent trying to monitor a dell server using dell open manage. But I'm always getting zero as the return value instead of the actual value output of the shell command
I turned on the zabbix agent debug on and got the below:
Run remote command [sudo /opt/dell/srvadmin/bin/omreport storage vdisk | grep Status | cut -f2 -d":" | grep Ok | wc -l] Result [1] [0]...
Sending back [0]
Sending back [0]
Comment