Hello:
I am testing UserParameters for the zabbix agent. I have defined a simple UserParameter:
UserParameter=mysql_version,mysql -V
when I execute this from the command line this is the result:
[root@it zabbix]# /usr/bin/zabbix_agentd -t mysql_version
zabbix_agentd [10490]: Lock failed [Invalid argument]
zabbix_agentd [10490]: DEBUG: Run remote command [mysql -V] Result [80] [mysql Ver 14.12 Distrib 5.0.27, for redhat-linux-gnu (i686) using readline 5.0]
zabbix_agentd [10490]: Unlock failed [Invalid argument]
zabbix_agentd [10490]: Lock failed [Invalid argument]
zabbix_agentd [10490]: DEBUG: Before
zabbix_agentd [10490]: Unlock failed [Invalid argument]
mysql_version [t|mysql Ver 14.12 Distrib 5.0.27, for redhat-linux-gnu (i686) using readline 5.0]
The end result is the command works, but what is all that DEBUG stuff and lock failures? Is this normal?
I am testing UserParameters for the zabbix agent. I have defined a simple UserParameter:
UserParameter=mysql_version,mysql -V
when I execute this from the command line this is the result:
[root@it zabbix]# /usr/bin/zabbix_agentd -t mysql_version
zabbix_agentd [10490]: Lock failed [Invalid argument]
zabbix_agentd [10490]: DEBUG: Run remote command [mysql -V] Result [80] [mysql Ver 14.12 Distrib 5.0.27, for redhat-linux-gnu (i686) using readline 5.0]
zabbix_agentd [10490]: Unlock failed [Invalid argument]
zabbix_agentd [10490]: Lock failed [Invalid argument]
zabbix_agentd [10490]: DEBUG: Before
zabbix_agentd [10490]: Unlock failed [Invalid argument]
mysql_version [t|mysql Ver 14.12 Distrib 5.0.27, for redhat-linux-gnu (i686) using readline 5.0]
The end result is the command works, but what is all that DEBUG stuff and lock failures? Is this normal?
Comment