Ad Widget

Collapse

Get "last non-empty value" into trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cbichis
    Member
    • Apr 2013
    • 30

    #1

    Get "last non-empty value" into trigger

    Hi,

    In some situations I have items having empty values (in my case empty string). I am wondering how I can get into a trigger the last non-empty value of an item?
  • Heilig
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Mar 2013
    • 366

    #2
    You can use the latest value, next to last or two days ago received value (refer to function "last()"). But you will not be able put validation logic "if value was empty..." in trigger expression.
    I do not know of your task, but perhaps function "nodata()" can helps...

    Comment

    Working...