Hi,
We are pulling in Errors from the Application log, and successfully firing a trigger based on .str for a particular error code.
I'd like it to stay as an error on the Dashboard, until acknowledged, then create another alert if it occurs again.
The event is a backup failing, which runs once a day, so the error occurs once per day, but remains visable in log (so true).
I've tried:
{Acronis Monitoring:eventlog[Application,,"Error"].str("1288")}=1 & {Acronis Monitoring:eventlog[Application,,"Error"].nodata(10)}#1
Thanks in advance!
We are pulling in Errors from the Application log, and successfully firing a trigger based on .str for a particular error code.
I'd like it to stay as an error on the Dashboard, until acknowledged, then create another alert if it occurs again.
The event is a backup failing, which runs once a day, so the error occurs once per day, but remains visable in log (so true).
I've tried:
{Acronis Monitoring:eventlog[Application,,"Error"].str("1288")}=1 & {Acronis Monitoring:eventlog[Application,,"Error"].nodata(10)}#1
Thanks in advance!