Changes between Version 41 and Version 42 of CheckEventLog/CheckEventLog/old


Ignore:
Timestamp:
07/08/09 13:49:33 (4 years ago)
Author:
josch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CheckEventLog/CheckEventLog/old

    v41 v42  
    158158 
    159159}}} 
     160Just to show a 'hidden' parameter ... 
     161I check that a script has successfully finished by writing into the eventlog. 
     162If after 1 day there is no new log entry, I get the message from Nagios. 
     163{{{ 
     164./check_nrpe -H $HOSTNAME$ -c CheckEventLog -a filter=new file=application MinWarn=0 MinCrit=0 filter-generated=\>1d filter+eventSource="pdf_creation" filter+eventType==auditSuccess filter=in filter=all 
    160165 
     166 
     167}}}