Hello all,
I have Debian Wheezy and Zabbix 2.2. installed from the Debian packages.
There is a new cool feature to report the unsupported items. To configure it, I followed the instructions here:
The problem is, that I still receive the notifications about user defined item goes unsupported even if the host is in maintenance.
I see that the rule checking about maintenance is in the "Event Source" =Trigger and for "Event Source"=Internal there is no such rule.
Is there anyway other option to configure this action not sending notifications during maintenance?
Maybe I am missing some obvious configure options here?
What is really weird, that it happens only to the item, which is defined in zabbix_agentd.conf:
UserParameter=hrz.java.cpu.load,top -b -n 1 -d 1 -p `ps ax | grep tomcat | grep -v grep | awk '{print $1}'` | grep java | awk '{print $9}'
Thanks!
Ira
I have Debian Wheezy and Zabbix 2.2. installed from the Debian packages.
There is a new cool feature to report the unsupported items. To configure it, I followed the instructions here:
The problem is, that I still receive the notifications about user defined item goes unsupported even if the host is in maintenance.
I see that the rule checking about maintenance is in the "Event Source" =Trigger and for "Event Source"=Internal there is no such rule.
Is there anyway other option to configure this action not sending notifications during maintenance?
Maybe I am missing some obvious configure options here?
What is really weird, that it happens only to the item, which is defined in zabbix_agentd.conf:
UserParameter=hrz.java.cpu.load,top -b -n 1 -d 1 -p `ps ax | grep tomcat | grep -v grep | awk '{print $1}'` | grep java | awk '{print $9}'
Thanks!
Ira
Comment