I've been trying to monitor some commands on my FC3 test machine.
On the zabbix server side, it returns that the command is not supported.
This is what things look like on the client end:
UserParameter=host.item111,item111.sh
./zabbix_agentd -v
ZABBIX Agent (daemon) v1.1.1 (19 July 2006)
Compilation time: Aug 19 2006 17:09:34
./zabbix_agentd -t host.item111
host.item111 [t|26]
[root@test bin]# item111.sh
26
So as far as i know it's getting data. but in the agent logs, it reads:
007504:20061009:193418 In check_security()
007504:20061009:193418 Connection from [192.168.1.11]. Allowed servers [zabbix]
007504:20061009:193418 Before read()
007504:20061009:193418 After read() 2 [19]
007504:20061009:193418 Got line:host.item111
007504:20061009:193418 Run remote command [item111.sh] Result [0] []
007504:20061009:193418 Sending back:ZBX_NOTSUPPORTED
007506:20061009:193500 Sleeping for 60 seconds
what would cause this?
On the zabbix server side, it returns that the command is not supported.
This is what things look like on the client end:
UserParameter=host.item111,item111.sh
./zabbix_agentd -v
ZABBIX Agent (daemon) v1.1.1 (19 July 2006)
Compilation time: Aug 19 2006 17:09:34
./zabbix_agentd -t host.item111
host.item111 [t|26]
[root@test bin]# item111.sh
26
So as far as i know it's getting data. but in the agent logs, it reads:
007504:20061009:193418 In check_security()
007504:20061009:193418 Connection from [192.168.1.11]. Allowed servers [zabbix]
007504:20061009:193418 Before read()
007504:20061009:193418 After read() 2 [19]
007504:20061009:193418 Got line:host.item111
007504:20061009:193418 Run remote command [item111.sh] Result [0] []
007504:20061009:193418 Sending back:ZBX_NOTSUPPORTED
007506:20061009:193500 Sleeping for 60 seconds
what would cause this?
Comment