Hello,
I am currently monitoring a log file and set up un trigger to catch "ERROR":
ITEM
key: log[/var/log/messages]
TRIGGER
{Template_Linux:log[/var/log/messages].regexp([Ee][Rr][Rr][Oo][Rr])}=1
When the regexp is matched, all works fine since the trigger is set to TRUE.
However, when I try to acknowledge the trigger, it remains to TRUE! Why?
I have seen several topics with a similar pb, but no way to manually set trigger to FALSE? It should be possible to reset trigger value, right?
I certainly doing something wrong or misunderstanding how it works, so please, can someone explain me how it works and what is the problem?
Acknowledge function seems to work fine with other triggers, but not with log monitoring ones.
Thank you very much
I am currently monitoring a log file and set up un trigger to catch "ERROR":
ITEM
key: log[/var/log/messages]
TRIGGER
{Template_Linux:log[/var/log/messages].regexp([Ee][Rr][Rr][Oo][Rr])}=1
When the regexp is matched, all works fine since the trigger is set to TRUE.
However, when I try to acknowledge the trigger, it remains to TRUE! Why?
I have seen several topics with a similar pb, but no way to manually set trigger to FALSE? It should be possible to reset trigger value, right?
I certainly doing something wrong or misunderstanding how it works, so please, can someone explain me how it works and what is the problem?
Acknowledge function seems to work fine with other triggers, but not with log monitoring ones.
Thank you very much
Comment