Ad Widget

Collapse

No data trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NeutrALUS
    Junior Member
    • Jun 2022
    • 8

    #1

    No data trigger

    Hello,

    I would like to create trigger if data is not empty with string "ERROR" for 5min in a row fire trigger. But all i can do is if data is not empty with string "ERROR" in 5min interval then fire trigger.
    My trigger looks like:

    nodata(/server.localhost/log[/path/to/log.log,ERROR],5m)=0
Working...