<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">There is a file in the
nagiosplug contrib called check_log2.pl.  It makes a temporary file
with the byte offset from the last check so it starts the new check at
the old offset.   For the new lines, it does regular  expression
matching.<br>
<br>
 [hmann@sirius contrib]$ perl ./check_log2.pl -h<br>
check_log2.pl (nagios-plugins 1.4) 1.1<br>
The nagios plugins come with ABSOLUTELY NO WARRANTY. You may
redistribute<br>
copies of the plugins under the terms of the GNU General Public License.<br>
For more information about these matters, see the file named COPYING.<br>
<br>
Scan arbitrary log files for regular expression matches.<br>
<br>
Usage: check_log2.pl -l <log_file> -s <log_seek_file> -p
<pattern> [-n <negpattern>]<br>
Usage: check_log2.pl [ -v | --version ]<br>
Usage: check_log2.pl [ -h | --help ]<br>
<br>
-l, --logfile=<logfile><br>
    The log file to be scanned<br>
-s, --seekfile=<seekfile><br>
    The temporary file to store the seek position of the last scan<br>
-p, --pattern=<pattern><br>
    The regular expression to scan for in the log file<br>
-n, --negpattern=<negpattern><br>
    The regular expression to skip in the log file<br>
<br>
<br>
Cheers,<br>
<br>
- Harper<br>
<br>
Harper Mann<br>
Groundwork Open Source Solutions<br>
510-599-2075 (cell)<br>
</font><br>
Julie S. Lin wrote:
<blockquote cite="mid43A2F717.7040308@myvest.com" type="cite">Hi All,
  <br>
  <br>
Does anyone here know if there's a plug in to nagios that will allow
monitoring of
  <br>
syslogs and or integrates monitoring done via scripts?  I'd like to
integrate my monitoring.
  <br>
  <br>
--jsl
  <br>
  <br>
  <br>
-------------------------------------------------------
  <br>
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files
  <br>
for problems?  Stop!  Download the new AJAX search engine that makes
  <br>
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
  <br>
<a class="moz-txt-link-freetext" href="http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click">http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click</a>
  <br>
_______________________________________________
  <br>
Nagios-users mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
  <br>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>
  <br>
::: Please include Nagios version, plugin version (-v) and OS when
reporting any issue. ::: Messages without supporting info will risk
being sent to /dev/null
  <br>
</blockquote>
</body>
</html>