Hi,
I am using logrt at the moment to monitor some log files of swichtes which is working perfectly, for testing i am using the following expression
Now i want to create a trigger for everytime the rejected is visible in the logs and their i am lost ... I am sure the last is not working because that is checking for numeric values. I see two options to create this trigger and that is creating an alarm everytime there is something in the log (sort of count option) or an expression that searches for rejected and then gives an alarm but that is wat i am doing to generatie the alerts ...
So how do i adjust the expression to give an alert when rejected is found?
I am using logrt at the moment to monitor some log files of swichtes which is working perfectly, for testing i am using the following expression
Code:
logrt[/var/log/remotelogs/10.*.log,REJECTED,,,skip,,]
So how do i adjust the expression to give an alert when rejected is found?
Comment