Ad Widget

Collapse

Zabbix Trigger based on String

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • linuxmad
    Junior Member
    • May 2012
    • 3

    #1

    Zabbix Trigger based on String

    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
    Last edited by linuxmad; 10-07-2012, 10:18. Reason: To say it didn't work
Working...