Zabbix Agent (daemon) v1.8.5 (revision 19050) (15 April 2011)
Zabbix Server 1.8.10
Ubuntu 11.10 Oneiric
The following command when run on the node returns that agent is reporting the XYZ user flags:
zabbix_agentd -p | grep mysql.ping
mysql.ping [t|1]
When the item is enabled in Server, looking at node's log when DebugLevel=4 and after server request the flag from node's agent I see:
23043:20120324:005027.502 Requested [mysql.ping]
23043:20120324:005027.503 Sending back [ZBX_NOTSUPPORTED]
The value returned by the UserParameter is always 1. Non-empty and non-new line. So it should not return ZBX_NOTSUPPORTED per documentation.
I even did:
zabbix_agentd -t mysql.ping
mysql.ping [t|1]
Look ok but not ok!!
Why?
Zabbix Server 1.8.10
Ubuntu 11.10 Oneiric
The following command when run on the node returns that agent is reporting the XYZ user flags:
zabbix_agentd -p | grep mysql.ping
mysql.ping [t|1]
When the item is enabled in Server, looking at node's log when DebugLevel=4 and after server request the flag from node's agent I see:
23043:20120324:005027.502 Requested [mysql.ping]
23043:20120324:005027.503 Sending back [ZBX_NOTSUPPORTED]
The value returned by the UserParameter is always 1. Non-empty and non-new line. So it should not return ZBX_NOTSUPPORTED per documentation.
I even did:
zabbix_agentd -t mysql.ping
mysql.ping [t|1]
Look ok but not ok!!
Why?
Comment