Re: Monitoring Windows Event Logs
Posted: Thu Mar 21, 2013 11:16 am
Hmm, still no. I currently have this:
But have tried the following as well without success:
filter+severity==error
filter+severity=='error'
filter+severity=="error"
filter+severity=='Error'
filter+severity=="Error"
filter+severity='error'
filter+severity="error"
filter+severity='Error'
filter+severity="Error"
In my Status Information section I'm getting informational and success events as well as errors:
Code: Select all
define command{
command_name check_eventlog
command_line $USER1$/check_nrpe -H $HOSTNAME$ -p 5666 -c CheckEventLog -a filter file=system MaxWarn=1 MaxCrit=1 "filter+generated=<2h AND filter+severity=error" unique descriptions "syntax=%severity%: %source%: %id%: %message% (%count%)"
}
filter+severity==error
filter+severity=='error'
filter+severity=="error"
filter+severity=='Error'
filter+severity=="Error"
filter+severity='error'
filter+severity="error"
filter+severity='Error'
filter+severity="Error"
In my Status Information section I'm getting informational and success events as well as errors:
Code: Select all
informational: Service Control Manager: 7035: The WinHTTP Web Proxy Auto-Discovery Service service was successfully sent a start control. (6),
informational: Service Control Manager: 7036: The WinHTTP Web Proxy Auto-Discovery Service service entered the running state. (8),
success: WinHttpAutoProxySvc: 12503: The WinHTTP Web Proxy Auto-Discovery Service has been idle for 15 minutes, it will be shut down. (1),
success: WinHttpAutoProxySvc: 12517: The WinHTTP Web Proxy Auto-Discovery Service suspended operation. (1),
eventlog: 16 > critical