<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>RE: [Nagios-users] log checking plugins?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I've extended the original check_log script to return an error code until it sees a specific "fixed" message in the log.  I wouldn't be surprised if my code is buggy or misses some corner cases, but you're welcome to give it a shot.<BR>
<BR>
It shares some of the limitations of the original check_log; for example, if the log file rotates after an error appears but before the script runs, the plugin won't catch it.<BR>
<BR>
I've tried to allow for a mixture of "broken" and "fixed" messages between invocations.  Whichever comes last, wins.<BR>
<BR>
<BR>
Anyway, consider yourself warned that it might not suit your needs.  Also, I just noticed that there's no license on the script, so technically I'm probably violating Ethan's copyright by redistributing a hacked copy, but I'll assume that there's a license on the plugins in general that I'm not aware of.  Even the "LEGAL" document with my plugin RPM does not specify any license, just a warranty disclaimer.<BR>
<BR>
check_log2 (very original name, eh?) is attached.<BR>
<BR>
-John<BR>
</FONT>
</P>

</BODY>
</HTML>