Hello all,
I am running zabbix 1.1b9.
I have been trying to implement a trigger on a host of mine to tell me if mysql has stopped running. My trigger reads as follows:
{testbed:mysql[ping].max(300)}=0
the relevant section of my agent conf file reads as follows:
UserParameter=mysql.ping,mysqladmin -u<username> ping|grep alive|wc -l
However, it does not show up under monitoring->overview, and when I'm under configuration->hosts->triggers and click on my expression, the graph that comes up just says 'No Data'.
Any ideas what's wrong?
Please let me know if I can provide some more relevant information.
Thanks much,
brian
I am running zabbix 1.1b9.
I have been trying to implement a trigger on a host of mine to tell me if mysql has stopped running. My trigger reads as follows:
{testbed:mysql[ping].max(300)}=0
the relevant section of my agent conf file reads as follows:
UserParameter=mysql.ping,mysqladmin -u<username> ping|grep alive|wc -l
However, it does not show up under monitoring->overview, and when I'm under configuration->hosts->triggers and click on my expression, the graph that comes up just says 'No Data'.
Any ideas what's wrong?
Please let me know if I can provide some more relevant information.
Thanks much,
brian
Comment