<br><font size=2 face="sans-serif">Hello John,</font>
<br>
<br><font size=2 face="sans-serif">I tried your syntax and reloaded Nagios,
but faced with the same errors.  I will play around with the syntax
some more.  Let me know if you can think of anything else to try.</font>
<br>
<br><font size=2 face="sans-serif">Thanks for your help.<br>
<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>nagiosplug-help-request@lists.sourceforge.net</b>
</font>
<br><font size=1 face="sans-serif">Sent by: nagiosplug-help-admin@lists.sourceforge.net</font>
<p><font size=1 face="sans-serif">01/21/2005 11:09 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
nagiosplug-help@lists.sourceforge.net</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">nagiosplug-help@lists.sourceforge.net</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Nagiosplug-help digest, Vol 1 #663 -
3 msgs</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Send Nagiosplug-help mailing list submissions to<br>
                
nagiosplug-help@lists.sourceforge.net<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
                
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help<br>
or, via email, send a message with subject or body 'help' to<br>
                
nagiosplug-help-request@lists.sourceforge.net<br>
<br>
You can reach the person managing the list at<br>
                
nagiosplug-help-admin@lists.sourceforge.net<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Nagiosplug-help digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. NC_Net - Event Log Checks Now Implemented (Anthony Montibello)<br>
   2. Check_iftraffic.pl Help (John Judge)<br>
   3. Re: Check_iftraffic.pl Help (John R. Tomawski)<br>
<br>
--__--__--<br>
<br>
Message: 1<br>
Date: Fri, 21 Jan 2005 06:24:40 -0500<br>
From: Anthony Montibello <amontibello@gmail.com><br>
Reply-To: Anthony Montibello <amontibello@gmail.com><br>
To: nagios-users@lists.sourceforge.net, nagiosplug-help@lists.sourceforge.net<br>
Subject: [Nagiosplug-help] NC_Net - Event Log Checks Now Implemented<br>
<br>
Hi Everyone,<br>
<br>
I see several of you have downloaded NC_Net (the drop in replacement<br>
for ns_client),  I hope that it has been for the most part Trouble<br>
free.<br>
<br>
The new version is now available for downloading. v1.07 This version<br>
includes the ability to Check Event Logs. However, to report the<br>
results to nagios a new version of Check_nt needs to  have this option<br>
added.  I started working on it, and I am planning on submitting my<br>
code to the developers very soon.  But, it can still be tested using<br>
the test console.<br>
<br>
You can Download it from Either the official web site www.shatterit.com/NC_Net<br>
or from http://www.nagiosexchange.org/<br>
<br>
The syntax for what to check will be a comma separated string. <br>
check_nt -H XYZ -v EVENTLOG  -l "ARG1,ARG2,ARG3,ARGList4,ARGLIST5,ARGLIST6"<br>
Base Arguments to start the List.<br>
1) checks any single event log or all event logs. <br>
- it can check custom Event logs<br>
- instead of typing the event log name type 'any' for all logs<br>
2)Checks for a single event type or all event types<br>
- it can check all types by entering 'any'<br>
- it should be able to test custom event log types (if these can be created?)<br>
3) time interval in min<br>
- enter a 0 for check all events in Logs.<br>
- default is 10 min.<br>
<br>
Additional Filters.<br>
- the additional filters take the form of a comma separated list<br>
- the first element(required for each filter) is the number of strings<br>
in the list<br>
- 0 is to ignore the filter.<br>
- positive number is to include only entries that match the filter<br>
- negative number is to exclude all entries that match the filter<br>
4) Source type<br>
- list of Source types to use as a filter<br>
5) Message filter<br>
- this filter list accepts regular expressions <br>
-(NON STANDARD) DOT NET  Regular expressions options - ignore padded<br>
whitespace and treat ^ and $ to function on lines (inside a string<br>
variable via \n )instead of meaning beginning and end of the string<br>
variable.<br>
6) event ID<br>
- list of Event ID to look for or exclude.<br>
<br>
for example to check any log for Information type, within the past 45<br>
min for anything that started or stopped you should be able to use the<br>
command:<br>
./check_nt -H XYZ  -v EVENTLOG -l "any,Information,45,0,1,(start|stop),0<br>
The following should give the same result:<br>
./check_nt -H XYZ  -v EVENTLOG -l "any,Information,45,0,2,start,stop,0<br>
(better examples will be posted on web site after a new version of check_nt)<br>
The result should be critical if an event occurred in the time<br>
interval,  and a list of event ID with the with the message field
of<br>
the last event that was written to the event log.<br>
<br>
NOTE: NC_Net is also in the process of being upgraded to do Passive<br>
checks via NSCA.  Currently a C# class for the send_nsca client has<br>
been completed and tested.<br>
<br>
<br>
--__--__--<br>
<br>
Message: 2<br>
To: "plug-help, nagios" <nagiosplug-help@lists.sourceforge.net><br>
From: John Judge <john.judge@carat.com><br>
Date: Fri, 21 Jan 2005 11:12:30 -0500<br>
Subject: [Nagiosplug-help] Check_iftraffic.pl Help<br>
<br>
This is a multipart message in MIME format.<br>
--=_alternative 005908E085256F90_=<br>
Content-Type: text/plain; charset="US-ASCII"<br>
<br>
Having an issue with the check_iftraffic.pl plug-in and I'm not sure what
<br>
to try.  Researched the issue a bit, but no luck.  I ran the
command from <br>
the CLI, it pauses, and then no error.  Nagios is showing an Error
127 <br>
(Out of Bounds) or sometimes "No Output".<br>
<br>
./check_iftraffic.pl -H 192.168.1.1 -C 12884rt76 -i if_descr -b 3 -u m
[ <br>
-w 85 ] [ -c 98 ]<br>
<br>
I'm defining the check_iftraffic.pl in checkcommands.cfg:<br>
<br>
# 'check_iftraffic' command<br>
<br>
define command{<br>
        command_name    check_iftraffic.pl<br>
        command_line    $USER1$/check_iftraffic.pl
-H $HOSTADDRESS$ -C <br>
&USER5$ -i Serial -b 3 -u m [ -w 80 ] [ -c 98 ]<br>
        }<br>
<br>
I'm defining the community string in resource.cfg:<br>
<br>
$USER5$ = 12884rt76<br>
<br>
Any ideas?  Thanks for the assistance.<br>
--=_alternative 005908E085256F90_=<br>
Content-Type: text/html; charset="US-ASCII"<br>
<br>
<br>
<br><font size=2 face="sans-serif">Having an issue
with the check_iftraffic.pl<br>
plug-in and I'm not sure what to try. &nbsp;Researched the issue a
bit,<br>
but no luck. &nbsp;I ran the command from the CLI, it pauses, and then<br>
no error. &nbsp;Nagios is showing an Error 127 (Out of Bounds) or sometimes<br>
&quot;No Output&quot;.</font><br>
<br><br>
<br><font size=2 face="sans-serif">./check_iftraffic.pl
-H 192.168.1.1<br>
-C 12884rt76 -i if_descr -b 3 -u m [ -w 85 ] [ -c 98 ]</font><br>
<br><br>
<br><font size=2 face="sans-serif">I'm defining the
check_iftraffic.pl<br>
in checkcommands.cfg:</font><br>
<br><br>
<br><font size=2 face="sans-serif"># 'check_iftraffic'
command</font><br>
<br><br>
<br><font size=2 face="sans-serif">define command{</font><br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;
&nbsp; &nbsp; command_name<br>
&nbsp; &nbsp;check_iftraffic.pl</font><br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;
&nbsp; &nbsp; command_line<br>
&nbsp; &nbsp;$USER1$/check_iftraffic.pl -H $HOSTADDRESS$ -C &amp;USER5$<br>
-i Serial -b 3 -u m [ -w 80 ] [ -c 98 ]</font><br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;
&nbsp; &nbsp; }</font><br>
<br><br>
<br><font size=2 face="sans-serif">I'm defining the
community string in<br>
resource.cfg:</font><br>
<br><br>
<br><font size=2 face="sans-serif">$USER5$ = 12884rt76</font><br>
<br><br>
<br><font size=2 face="sans-serif">Any ideas? &nbsp;Thanks
for the assistance.</font><br>
--=_alternative 005908E085256F90_=--<br>
<br>
<br>
--__--__--<br>
<br>
Message: 3<br>
Subject: Re: [Nagiosplug-help] Check_iftraffic.pl Help<br>
From: "John R. Tomawski" <jtomawski@ibigroup.com><br>
Reply-To: jtomawski@ibigroup.com<br>
To: nagiosplug-help@lists.sourceforge.net<br>
Organization: IBI Group<br>
Date: Fri, 21 Jan 2005 11:38:32 -0500<br>
<br>
<br>
--=-43EH4QKOVJPfXH3Eo+bW<br>
Content-Type: text/plain<br>
Content-Transfer-Encoding: 7bit<br>
<br>
./check_iftraffic.pl -H 192.168.1.1 -C 12884rt76 -i if_descr -b 3 -u m<br>
[ -w 85 ] [ -c 98 ]<br>
<br>
Shouldn't this be;<br>
./check_iftraffic.pl -H 192.168.1.1 -C 12884rt76 -i if_descr -b 3 -u m<br>
-w 85 -c 98 <br>
Namely the -w 85 -c 98 being this way...<br>
<br>
Thanks,<br>
John R. Tomawski<br>
Network Administrator<br>
<br>
--=-43EH4QKOVJPfXH3Eo+bW<br>
Content-Type: text/html; charset=utf-8<br>
Content-Transfer-Encoding: 7bit<br>
<br>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN"><br>
<HTML><br>
<HEAD><br>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
CHARSET=UTF-8"><br>
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.2"><br>
</HEAD><br>
<BODY><br>
<FONT SIZE="2">./check_iftraffic.pl -H 192.168.1.1 -C 12884rt76
-i if_descr -b 3 -u m [ -w 85 ] [ -c 98 ]</FONT><BR><br>
<BR><br>
Shouldn't this be;<BR><br>
<FONT SIZE="2">./check_iftraffic.pl -H 192.168.1.1 -C 12884rt76
-i if_descr -b 3 -u m -w 85 -c 98 </FONT><BR><br>
Namely the -w 85 -c 98 being this way...<BR><br>
<BR><br>
Thanks,<BR><br>
John R. Tomawski<BR><br>
Network Administrator<br>
</BODY><br>
</HTML><br>
<br>
--=-43EH4QKOVJPfXH3Eo+bW--<br>
<br>
<br>
<br>
<br>
--__--__--<br>
<br>
_______________________________________________<br>
Nagiosplug-help mailing list<br>
Nagiosplug-help@lists.sourceforge.net<br>
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help<br>
<br>
<br>
End of Nagiosplug-help Digest<br>
</tt></font>
<br>