I configured a log monitoring Item:
I confirmed in Latest Data that it gets the expected data (a string "failed").
Then i configured Trigger for this Item and the Trigger expression looks like this:
And then i created Trigger Action to send an email notification whenever the condition in the Trigger expression is True. However, i never receive any email. I verified tha the Trigger is Enabled, "OK event generation" set to "None" and "PROBLEM event generation mode" set to "Single".
Is there anything else to configure or is there something wrong with my Trigger expression?
HTML Code:
log[C:\temp\test.log,failed,,,skip]
Then i configured Trigger for this Item and the Trigger expression looks like this:
HTML Code:
last(/MY_HOSTNAME/log[C:\temp\test.log,failed,,,skip])=1
Is there anything else to configure or is there something wrong with my Trigger expression?
Comment