Andrew Ryan writes:
> BTW, if any contrib authors out there aren't getting their updates in, 
> please resubmit them to me, with a gentle reminder.
> 
> Today I also added bgp.monitor and aim.alert, and patched 
> snmp_interface.monitor with Ed Ravin's "don't page if interface is 
> administratively down" patch.

Which reminds me, I just fixed a little nit in bgp.monitor, see patch
below.  I was getting a bunch of extra messages on standard error due
to a problem with loading the default MIBs, and since bgp.monitor
wisely supplies its own OIDs, there's no need to do that, so:

--- bgp.monitor 2002/04/09 19:28:25     1.2
+++ bgp.monitor 2002/11/26 22:17:26
@@ -36,6 +36,8 @@
 my $details;
 my $summary;

+$ENV{'MIBS'}= ""; # all OIDs needed are specified in script
+
 # OID's to the SNMP elements that I want to show...
 # From Cisco's MIB and RFC's
 # http://sunsite.cnlab-switch.ch/ftp/doc/standard/rfc/16xx/1657

_______________________________________________
mon mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/mon

Reply via email to