Dear All,
This is first time I used Zabbix to monitoing system but i have problem wit MySQL Application.
I Installed Zabbix Server on CenOS5 with DataBase used MySQL. I monitoring my server with Template_Linux and Template_App_MySQL and see as App_MySQL.JPG attached files.
I uncomment (#) in zabbix_agentd.conf file as follow:
#UserParameter=system.test,who|wc -l
### Set of parameter for monitoring MySQL server (v3.23.42 and later)
### Change -u<username> and add -p<password> if required
UserParameter=mysql.ping,mysqladmin -uroot -ppass ping|grep alive|wc -l
UserParameter=mysql.uptime,mysqladmin -uroot -ppass status|cut -f2 -d":"|cut -f1 -d"T"
UserParameter=mysql.threads,mysqladmin -uroot -ppass status|cut -f3 -d":"|cut -f1 -d"Q"
UserParameter=mysql.questions,mysqladmin -uroot -ppass status|cut -f4 -d":"|cut -f1 -d"S"
UserParameter=mysql.slowqueries,mysqladmin -u
How can who help me resolve this problem!
Thanks,
John Nguyen
This is first time I used Zabbix to monitoing system but i have problem wit MySQL Application.
I Installed Zabbix Server on CenOS5 with DataBase used MySQL. I monitoring my server with Template_Linux and Template_App_MySQL and see as App_MySQL.JPG attached files.
I uncomment (#) in zabbix_agentd.conf file as follow:
#UserParameter=system.test,who|wc -l
### Set of parameter for monitoring MySQL server (v3.23.42 and later)
### Change -u<username> and add -p<password> if required
UserParameter=mysql.ping,mysqladmin -uroot -ppass ping|grep alive|wc -l
UserParameter=mysql.uptime,mysqladmin -uroot -ppass status|cut -f2 -d":"|cut -f1 -d"T"
UserParameter=mysql.threads,mysqladmin -uroot -ppass status|cut -f3 -d":"|cut -f1 -d"Q"
UserParameter=mysql.questions,mysqladmin -uroot -ppass status|cut -f4 -d":"|cut -f1 -d"S"
UserParameter=mysql.slowqueries,mysqladmin -u
How can who help me resolve this problem!
Thanks,
John Nguyen
Comment