I am trying to work on getting proc.num to get the existance of a file, but I don't seem to be doing something right.
I am using the command from the server:
zabbix_get -s 192.168.15.172 -k proc.num[cmd.exe]
0
It returns zero, but I know cmd.exe is running on the host.

Log:
I know the server is communicating with the host, because it will return data for agent.version
zabbix_get -s 192.168.15.172 -k agent.version
2.2.1
Server version 2.2
I am using the command from the server:
zabbix_get -s 192.168.15.172 -k proc.num[cmd.exe]
0
It returns zero, but I know cmd.exe is running on the host.

Log:
Code:
"host":"vm-win7-sith", "key":"proc.num[cmd.exe]", "value":"0", "clock":1399837352, "ns":692464270},
zabbix_get -s 192.168.15.172 -k agent.version
2.2.1
Server version 2.2
roc.num[cmd.exe]' value:'0'

Comment