Hi
im trying to monitorize one MySQL using Template_app_MySQL. I configured the host, and modifiy the zabbix_agentd.conf for MySQL uncomenting the lines:
UserParameter=mysql.ping,mysqladmin -uroot -pPASSWORD ping|grep alive|wc -l
UserParameter=mysql.uptime,mysqladmin -uroot -pPASSWORD status|cut -f2 -d":"|cut -f1 -d"T"
UserParameter=mysql.threads,mysqladmin -uroot -pPASSWORD status|cut -f3 -d":"|cut -f1 -d"Q"
UserParameter=mysql.questions,mysqladmin -uroot -pPASSWORD status|cut -f4 -d":"|cut -f1 -d"S"
UserParameter=mysql.slowqueries,mysqladmin -uroot -pPASSWORD status|cut -f5 -d":"|cut -f1 -d"O"
UserParameter=mysql.qps,mysqladmin -uroot -pPASSWORD status|cut -f9 -d":"
UserParameter=mysql.version,mysql -V
UserParameter=mysql.status,/usr/local/sbin/mysql-status-active
From Zabbix web, i get:
"Not Supported" "Not supported by ZABBIX agent".
From logs, i get this:
"3363:20091125:151248 Parameter [mysql[ping]] is not supported by agent on host [ZABBIX Server] Old status [0]"
I can not see were is the problem. Any suggestions?
im trying to monitorize one MySQL using Template_app_MySQL. I configured the host, and modifiy the zabbix_agentd.conf for MySQL uncomenting the lines:
UserParameter=mysql.ping,mysqladmin -uroot -pPASSWORD ping|grep alive|wc -l
UserParameter=mysql.uptime,mysqladmin -uroot -pPASSWORD status|cut -f2 -d":"|cut -f1 -d"T"
UserParameter=mysql.threads,mysqladmin -uroot -pPASSWORD status|cut -f3 -d":"|cut -f1 -d"Q"
UserParameter=mysql.questions,mysqladmin -uroot -pPASSWORD status|cut -f4 -d":"|cut -f1 -d"S"
UserParameter=mysql.slowqueries,mysqladmin -uroot -pPASSWORD status|cut -f5 -d":"|cut -f1 -d"O"
UserParameter=mysql.qps,mysqladmin -uroot -pPASSWORD status|cut -f9 -d":"
UserParameter=mysql.version,mysql -V
UserParameter=mysql.status,/usr/local/sbin/mysql-status-active
From Zabbix web, i get:
"Not Supported" "Not supported by ZABBIX agent".
From logs, i get this:
"3363:20091125:151248 Parameter [mysql[ping]] is not supported by agent on host [ZABBIX Server] Old status [0]"
I can not see were is the problem. Any suggestions?


Comment