I am working with the MySQL Parameters, and unfortunately they are not working. We tried enabling the MySQL Queries Per Second, Slow Queries, and Threads UserParameters that were already defined in our zabbix_agentd.conf file, however they are reporting that the agent does not support these tasks.
[user@monitor zabbix]$ mysqladmin -uroot status|cut -f9 -d":"
66.898
This is what I get sent back when I do one of the commands, so I know that there is data being returned. However, what is strange is the space before the 66.898 and the line break that is given afterwards.
In our custom scripts that we use to gather other data for user params, we don't have the space or the line break, causing it to return something like:
[user@monitor zabbix]$ mysqladmin -uroot status|cut -f9 -d":"
66.898[user@monitor zabbix]$
We're running 1.1.6 on this server and will up it to 1.1.7 if necessary (we're still debating on the 1.3 series).
Thanks for any help that you can offer.
[user@monitor zabbix]$ mysqladmin -uroot status|cut -f9 -d":"
66.898
This is what I get sent back when I do one of the commands, so I know that there is data being returned. However, what is strange is the space before the 66.898 and the line break that is given afterwards.
In our custom scripts that we use to gather other data for user params, we don't have the space or the line break, causing it to return something like:
[user@monitor zabbix]$ mysqladmin -uroot status|cut -f9 -d":"
66.898[user@monitor zabbix]$
We're running 1.1.6 on this server and will up it to 1.1.7 if necessary (we're still debating on the 1.3 series).
Thanks for any help that you can offer.
Comment