Hello!
I created an item for the log file and want to receive all errors from the log file.
Item:
log[C:\logs\log.log,error]
I created 2 triggers to search wanted errors in the log file.
Trigger 1:
{hostname:log[C:\logs\log.log,error].str("error 1")}=1
Trigger 2:
{hostname:log[C:\logs\log.log,error].str("error 2")}=1
First trigger after finding error send me a notification and back to status OK as i want.
The second trigger stuck in PROBLEM status and don't back to status OK automatically.
All triggers have multiple generation mode
Is this is a zabbix issue?
I created an item for the log file and want to receive all errors from the log file.
Item:
log[C:\logs\log.log,error]
I created 2 triggers to search wanted errors in the log file.
Trigger 1:
{hostname:log[C:\logs\log.log,error].str("error 1")}=1
Trigger 2:
{hostname:log[C:\logs\log.log,error].str("error 2")}=1
First trigger after finding error send me a notification and back to status OK as i want.
The second trigger stuck in PROBLEM status and don't back to status OK automatically.
All triggers have multiple generation mode
Is this is a zabbix issue?
Comment