I've been reading through this thread: http://www.zabbix.com/forum/archive/index.php/t-75.html
And all information still seems applicable, as the lines:
{host:status.min(600)}=2
{host:status.avg(600)}=2
Still trigger after a single unreachable instance, as the avg/min functions are running on a bunch of "nodata" null entries and the single "2" entry. Is there a way around this with a modern version of Zabbix (we're on 1.8)?
Thanks in advance!
And all information still seems applicable, as the lines:
{host:status.min(600)}=2
{host:status.avg(600)}=2
Still trigger after a single unreachable instance, as the avg/min functions are running on a bunch of "nodata" null entries and the single "2" entry. Is there a way around this with a modern version of Zabbix (we're on 1.8)?
Thanks in advance!
Comment