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
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