Help-me!
I am configuring one "UserParameter", following line in zabbix_agentd.conf (for test):
UserParameter=mysql.ping,/usr/bin/mysqladmin -uzabbix -ppassword ping |grep alive|wc -l
Log in zabbix_server.log
7289:20080505:113149 Parameter [mysql.ping] is not supported by agent on host [lippy] Old status [0]
Executing in console by user zabbix:
zabbix@lippy:~$ /usr/bin/mysqladmin -uzabbix -ppassword ping |grep alive|wc -l
1
Key utilized in item:
mysql.ping
Message by interface web:
Error: Not supported by ZABBIX agent
Status: Not supported
Scenario:
Server zabbix running "ZABBIX Server (daemon) v1.4.4 (17 December 2007)"
Client zabbix running "ZABBIX Server (daemon) v1.4.4 (17 December 2007)"
O.S.: Debian Etch
My idea is use others Parameters, with others services, i'm executed tests for one homologation.
Thanks for any idea!
p.s.: My english is bad.
I am configuring one "UserParameter", following line in zabbix_agentd.conf (for test):
UserParameter=mysql.ping,/usr/bin/mysqladmin -uzabbix -ppassword ping |grep alive|wc -l
Log in zabbix_server.log
7289:20080505:113149 Parameter [mysql.ping] is not supported by agent on host [lippy] Old status [0]
Executing in console by user zabbix:
zabbix@lippy:~$ /usr/bin/mysqladmin -uzabbix -ppassword ping |grep alive|wc -l
1
Key utilized in item:
mysql.ping
Message by interface web:
Error: Not supported by ZABBIX agent
Status: Not supported
Scenario:
Server zabbix running "ZABBIX Server (daemon) v1.4.4 (17 December 2007)"
Client zabbix running "ZABBIX Server (daemon) v1.4.4 (17 December 2007)"
O.S.: Debian Etch
My idea is use others Parameters, with others services, i'm executed tests for one homologation.
Thanks for any idea!
p.s.: My english is bad.
Comment