Hi everyone,
I have an other problem today, I will explain the most presicely possible.
I have three items tied to a template which contain some macros.

I had a problem during the night with one host: srvctx1 (here is its configuration)

This host is linked to the template.
Now, I present you my trigger :

I repeat the expression:
({Sauvegardes:vfs.file.regmatch[{$FICHIER},{$MOT}].last(0)}=1) | (({Sauvegardes:eventlog[Application,,,"NTBackup", {$ID2}].logseverity(0)}=4) & ({Sauvegardes:eventlog[Application,,,"NTBackup", {$ID2}].nodata(3600)}=0)) | (({Sauvegardes:eventlog[Application,,,"NTBackup", {$ID1}].logseverity(0)}=4) & ({Sauvegardes:eventlog[Application,,,"NTBackup", {$ID1}].nodata(3600)}=0))
So, with this trigger, I check if there is a word in a file (my macros) and if there is an error in the event NTBackup (8017 and 8019: my macros). And, with the parameter nodata(3600), I think that my trigger change its status once a day.
But, today, I have received an e-mail because there was a problem with the event NTBackup 8019 at 03:02:44
So, this event is the last one, so the status of the trigger should be at Problem. But, this morning, I saw in the Overview page that there is no problem: (Here is the history of the item and the status of the trigger)

I don't understand why the status of the trigger has changed. If someone can help me, It will be very nice.
Thank you for advance
I have an other problem today, I will explain the most presicely possible.
I have three items tied to a template which contain some macros.

I had a problem during the night with one host: srvctx1 (here is its configuration)

This host is linked to the template.
Now, I present you my trigger :

I repeat the expression:
({Sauvegardes:vfs.file.regmatch[{$FICHIER},{$MOT}].last(0)}=1) | (({Sauvegardes:eventlog[Application,,,"NTBackup", {$ID2}].logseverity(0)}=4) & ({Sauvegardes:eventlog[Application,,,"NTBackup", {$ID2}].nodata(3600)}=0)) | (({Sauvegardes:eventlog[Application,,,"NTBackup", {$ID1}].logseverity(0)}=4) & ({Sauvegardes:eventlog[Application,,,"NTBackup", {$ID1}].nodata(3600)}=0))
So, with this trigger, I check if there is a word in a file (my macros) and if there is an error in the event NTBackup (8017 and 8019: my macros). And, with the parameter nodata(3600), I think that my trigger change its status once a day.
But, today, I have received an e-mail because there was a problem with the event NTBackup 8019 at 03:02:44
So, this event is the last one, so the status of the trigger should be at Problem. But, this morning, I saw in the Overview page that there is no problem: (Here is the history of the item and the status of the trigger)

I don't understand why the status of the trigger has changed. If someone can help me, It will be very nice.
Thank you for advance
Comment