Hi All,
I'm looking at and wondering how to do the following thats similar to this guys post http://www.zabbix.com/forum/showthre...6202#post60864 but slightly opposite. I want to have trigger that alerts if the last few textual/string stored values for an item are the same. If they are the same then to trigger. The only thing I can see with even a remote chance of working which I'm trying to test now is an trigger expression of {item.count(#2,,"eq")}
Now i don't want to use a simple diff or change or whatever based trigger, because none of those look like they have the ability to check more than latest and previous value, whereas I'm wanting to check at least 3 of the last values and compare.
Many Thanks for any other ideas/help
Cheers,
M
EDIT: Needless to say, it didn't work so any other ideas/methods would be appreciated
I'm looking at and wondering how to do the following thats similar to this guys post http://www.zabbix.com/forum/showthre...6202#post60864 but slightly opposite. I want to have trigger that alerts if the last few textual/string stored values for an item are the same. If they are the same then to trigger. The only thing I can see with even a remote chance of working which I'm trying to test now is an trigger expression of {item.count(#2,,"eq")}
Now i don't want to use a simple diff or change or whatever based trigger, because none of those look like they have the ability to check more than latest and previous value, whereas I'm wanting to check at least 3 of the last values and compare.
Many Thanks for any other ideas/help
Cheers,
M
EDIT: Needless to say, it didn't work so any other ideas/methods would be appreciated