First of all, let me thank the developers for this excellent product. We're able to monitor server and processors more closely than ever before.
My question pertains to UserParameters for MySql on Windows. I've uncommented the
UserParameter=mysql[ping],mysqladmin -uroot ping|grep alive|wc -l
UserParameter=mysql[uptime],mysqladmin -uroot status|cut -f2 -d":"|cut -f1 -d"T"
UserParameter=mysql[threads],mysqladmin -uroot status|cut -f3 -d":"|cut -f1 -d"Q"
UserParameter=mysql[questions],mysqladmin -uroot status|cut -f4 -d":"|cut -f1 -d"S"
UserParameter=mysql[slowqueries],mysqladmin -uroot status|cut -f5 -d":"|cut -f1 -d"O"
UserParameter=mysql[qps],mysqladmin -uroot status|cut -f9 -d":"
UserParameter=version[mysql],mysql -V
section in zabbix_agentd.conf (which sits at the root of C: with the agent executable), as well as installed Cygwin for Windows, and have verified the command can run from the command line and return correct results.
The problem I have is that when I look at the Item Configuration, Status shows up as Non Supported, and the Error is Not Supported by Zabbix Agent.
What am I doing wrong? I have done a ZabbixW32.exe check-config, which passes.
Please point me in the right direction. Thanks in advance for your help.
My question pertains to UserParameters for MySql on Windows. I've uncommented the
UserParameter=mysql[ping],mysqladmin -uroot ping|grep alive|wc -l
UserParameter=mysql[uptime],mysqladmin -uroot status|cut -f2 -d":"|cut -f1 -d"T"
UserParameter=mysql[threads],mysqladmin -uroot status|cut -f3 -d":"|cut -f1 -d"Q"
UserParameter=mysql[questions],mysqladmin -uroot status|cut -f4 -d":"|cut -f1 -d"S"
UserParameter=mysql[slowqueries],mysqladmin -uroot status|cut -f5 -d":"|cut -f1 -d"O"
UserParameter=mysql[qps],mysqladmin -uroot status|cut -f9 -d":"
UserParameter=version[mysql],mysql -V
section in zabbix_agentd.conf (which sits at the root of C: with the agent executable), as well as installed Cygwin for Windows, and have verified the command can run from the command line and return correct results.
The problem I have is that when I look at the Item Configuration, Status shows up as Non Supported, and the Error is Not Supported by Zabbix Agent.
What am I doing wrong? I have done a ZabbixW32.exe check-config, which passes.
Please point me in the right direction. Thanks in advance for your help.
)
Comment