We are experiencing 100's of notifications sent out with "Server XYZ is unreachable"
When in fact the Zabbix Queue is exploding and the notifications are bogus
(This is zabbix 1.8.4 (we have a pending task to upgrade to 1.8.5))
I need some help adding to the "Server {HOSTNAME} not reachable template":
The goal is to prevent the page storms by having the zabbix trigger only alert if there are less than 2000 items in the queue:
{Template_Windows:agent.ping.nodata(300)=1}&{zabbi x[queue]<2000}
But it throws an error on save:
Unexpected end of element: Check expression part starting from ' {zabbix[queue]<2000} '
Can the zabbix gurus please offer advice on how to craft this expression ?
thanks
When in fact the Zabbix Queue is exploding and the notifications are bogus
(This is zabbix 1.8.4 (we have a pending task to upgrade to 1.8.5))
I need some help adding to the "Server {HOSTNAME} not reachable template":
The goal is to prevent the page storms by having the zabbix trigger only alert if there are less than 2000 items in the queue:
{Template_Windows:agent.ping.nodata(300)=1}&{zabbi x[queue]<2000}
But it throws an error on save:
Unexpected end of element: Check expression part starting from ' {zabbix[queue]<2000} '
Can the zabbix gurus please offer advice on how to craft this expression ?
thanks
Comment