I need some enlightenment with the status change of triggers based on log item.
When I have set a trigger with
{scg_logging:log[/var/log/10.4.190.16/syslog,lua_debug.*~=].count(600)}>0
Event Generation: Normal
I only get one event raised and afterwards nothing. I wonder how the trigger status will ever change. Formerly I had accidently count(600)}>1 and there was a status change because there was the count(600)=1 state. At the moment I can go with
Event Generation: Normal + Multiple TRUE Events
but I wonder how to do that with Normal only.
When I have set a trigger with
{scg_logging:log[/var/log/10.4.190.16/syslog,lua_debug.*~=].count(600)}>0
Event Generation: Normal
I only get one event raised and afterwards nothing. I wonder how the trigger status will ever change. Formerly I had accidently count(600)}>1 and there was a status change because there was the count(600)=1 state. At the moment I can go with
Event Generation: Normal + Multiple TRUE Events
but I wonder how to do that with Normal only.

Comment