This check does the following tasks:
check, if interesting messages are in the eventlog. Note: "psloglist" command is used for this check, please make sure that your installation of pstools is in path variable
EVENTLOG is the enclosing tag for the eventlog check
1
<EVENTLOG>
<CLASS>
<NAME>APPLICATION</NAME>
<LOGFILTER><REGEX>subsystem started</REGEX></LOGFILTER>
<LOGFILTER><REGEX>.*</REGEX><ERRORLEVEL>WARNING</ERRORLEVEL></LOGFILTER>
</CLASS>
<CLASS>
<NAME>SECURITY</NAME>
<LOGFILTER><REGEX>user .* loggod on</REGEX></LOGFILTER>
<LOGFILTER><REGEX>.*</REGEX><ERRORLEVEL>WARNING</ERRORLEVEL></LOGFILTER>
</CLASS>
</EVENTLOG>