Hi everyone,
I have a new problem concerning the monitoring of my backups.
I have configured a trigger based on 3 items.

So Zabbix checks every 10 seconds (it's just an example here) these items.
Here is the expression of my trigger:
({Sauvegardes:vfs.file.regmatch[{$FICHIER},{$MOT}].last(0)}=1)
|
(({Sauvegardes:eventlog[Application,,,"NTBackup",8019].logseverity(0)}=4) & ({Sauvegardes:eventlog[Application,,,"NTBackup",8019].nodata(3600)}=0))
|
(({Sauvegardes:eventlog[Application,,,"NTBackup",8017].logseverity(0)}=4) & ({Sauvegardes:eventlog[Application,,,"NTBackup",8017].nodata(3600)}=0))
I have linked an action with this trigger in the PROBLEM state to send an email.

In this situation, I receive an email every 10 seconds (every checks). Is it possible to receive just one notification (the first) although the trigger remains in the PROBLEM state?
Thank you in advance
I have a new problem concerning the monitoring of my backups.
I have configured a trigger based on 3 items.

So Zabbix checks every 10 seconds (it's just an example here) these items.
Here is the expression of my trigger:
({Sauvegardes:vfs.file.regmatch[{$FICHIER},{$MOT}].last(0)}=1)
|
(({Sauvegardes:eventlog[Application,,,"NTBackup",8019].logseverity(0)}=4) & ({Sauvegardes:eventlog[Application,,,"NTBackup",8019].nodata(3600)}=0))
|
(({Sauvegardes:eventlog[Application,,,"NTBackup",8017].logseverity(0)}=4) & ({Sauvegardes:eventlog[Application,,,"NTBackup",8017].nodata(3600)}=0))
I have linked an action with this trigger in the PROBLEM state to send an email.

In this situation, I receive an email every 10 seconds (every checks). Is it possible to receive just one notification (the first) although the trigger remains in the PROBLEM state?
Thank you in advance
Comment