Hi everyone,
I have a problem, and I need your help, please!
I want to check if my backups works correctly everyday. To do that I use several items, the first one analyze a log file to find a determined keyword and the others are eventlog[application].

After that, I have a trigger that gather those items together:
({Sauvegardes:vfs.file.regmatch[{$FICHIER},{$MOT}].last(0)}=1) | ({Sauvegardes:eventlog[Application,,,"NTBackup",8019].logseverity(0)}=4) | ({Sauvegardes:eventlog[Application,,,"NTBackup",8017].logseverity(0)}=4)
Therefore, if something wrong happen with one item, the trigger pass to the PROBLEM state.
On tuesday, I had a problem with NTBackup (event 8017), so the trigger was in RED (in the overview section): Normal.
Today, the backup succeeded (in that case, I don't receive an event 8017) but the trigger is still in red because it keep the last value of this item.
You can see the last values of my items:
Here is my problem, I would like to link an item to the present-day date.
I hope someone could help me.
Thanks!
I have a problem, and I need your help, please!
I want to check if my backups works correctly everyday. To do that I use several items, the first one analyze a log file to find a determined keyword and the others are eventlog[application].

After that, I have a trigger that gather those items together:
({Sauvegardes:vfs.file.regmatch[{$FICHIER},{$MOT}].last(0)}=1) | ({Sauvegardes:eventlog[Application,,,"NTBackup",8019].logseverity(0)}=4) | ({Sauvegardes:eventlog[Application,,,"NTBackup",8017].logseverity(0)}=4)
Therefore, if something wrong happen with one item, the trigger pass to the PROBLEM state.
On tuesday, I had a problem with NTBackup (event 8017), so the trigger was in RED (in the overview section): Normal.
Today, the backup succeeded (in that case, I don't receive an event 8017) but the trigger is still in red because it keep the last value of this item.
You can see the last values of my items:
Here is my problem, I would like to link an item to the present-day date.
I hope someone could help me.
Thanks!
Comment