<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff background="">
<DIV><FONT face="Courier New" color=#000080 size=2>Actually I can remove this 32 
from the query by using the -d option in the check_snmp but the problem is that 
the value for InOctets is a counter that is increasing. So i have to 
calculate the difference between two time intervals and then supply 
it to the nagios. Is there any ready-made option for 
that.</FONT></DIV>
<DIV><FONT face="Courier New" color=#000080 size=2>My requirement is that 
I want that whenever my bandwidth utilization is more than 90 % 
, nagios generate an alert. Is it possible and if yes then pls tell me 
how.</FONT></DIV>
<DIV><FONT face="Courier New" color=#000080 size=2>Thanks in 
advance.</FONT> <BR><BR><FONT face="Courier New" color=#000080 
size=2>Regards and have a nice 
day,<BR>                           
Atul 
Shrivastava<BR>                           
Info Structure 
Services<BR>                           
HCL INFOSYSTEMS 
LTD.<BR>                           
E - 4,5,6 Sector 
XI,<BR>                           
Noida - 
201301<BR>                           
Tel: 91-120-2526910,2443013<BR><BR><BR>----- Original Message ----- <BR>From: 
Shayne Lebrun <BR>To: Atul Shrivastava ; nagios-users@lists.sourceforge.net 
<BR>Sent: Wednesday, February 12, 2003 7:05 PM<BR>Subject: RE: [Nagios-users] 
Bandwidth Utilization using check_snmp<BR><BR><BR>Do an snmpwalk, and you'll see 
that it's a SNMP COUNTER32 datatype; the plugin is picking up the 32 and 
returning that.  This has, I was told a few weeks ago, been fixed in CVS, 
but not yet released, to my knowledge.<BR>-----Original Message-----<BR>From: 
nagios-users-admin@lists.sourceforge.net 
[mailto:nagios-users-admin@lists.sourceforge.net]On Behalf Of Atul 
Shrivastava<BR>Sent: Tuesday, February 11, 2003 11:33 PM<BR>To: 
nagios-users@lists.sourceforge.net<BR>Subject: [Nagios-users] Bandwidth 
Utilization using check_snmp<BR>Importance: High<BR><BR><BR>Hello All,<BR><BR>I 
am trying to monitor the Bandwidth Utilization for all the interfaces for 
rotuers. I am able to get the counters for the InOctets and OutOctets 
(./check_snmp -H IP -C community -o .1.3.6.1.2.1.2.2.1.10.1 -w 25:1000 -c 
15:1000) But when I give the -w and -c option then the interface is showing SNMP 
OK - 32 continuously and doesn't showing the bandwidth used. Actually I require 
the diffenence the between the two counter values at some time interval so that 
i can make a table for this for further use.<BR>Has anyone done some work on 
that, pls tell me.<BR>Thanks in advance.<BR><BR>Regards and have a nice 
day,<BR>                           
Atul 
Shrivastava<BR>                           
Info Structure 
Services<BR>                           
HCL INFOSYSTEMS 
LTD.<BR>                           
E - 4,5,6 Sector 
XI,<BR>                           
Noida - 
201301<BR>                           
Tel: 91-120-2526910,2443013</FONT></DIV></BODY></HTML>