Hello,
We want to count the number of hosts in a certain group that are not reachable; and raise a trigger if that number exceeds a threshold.
We want to use a groupfunction (grpsum) for that.
The item would be like (this worked fine in 1.8.2)
grpsum["SERVERS.LINUX","status","last","0"]
The trigger would be like
{xxxxx:grpsum["SERVERS.LINUX","status","last","0"].min(#2)}/2>5
I noticed that field status got value 2 (in zabbix 1.8.2) if a host is not reachable. But in 1.8.3 this is not the case anymore.
Is there another way to reach this goal ?
We want to count the number of hosts in a certain group that are not reachable; and raise a trigger if that number exceeds a threshold.
We want to use a groupfunction (grpsum) for that.
The item would be like (this worked fine in 1.8.2)
grpsum["SERVERS.LINUX","status","last","0"]
The trigger would be like
{xxxxx:grpsum["SERVERS.LINUX","status","last","0"].min(#2)}/2>5
I noticed that field status got value 2 (in zabbix 1.8.2) if a host is not reachable. But in 1.8.3 this is not the case anymore.
Is there another way to reach this goal ?

Comment