SOURCES: nagios-plugins-check_snmp_disk_monitor-bulk.patch (NEW) - blukwalk...
baggins
baggins at pld-linux.org
Fri Dec 5 20:17:37 CET 2008
Author: baggins Date: Fri Dec 5 19:17:37 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- blukwalk in 2, instead of 4 (workaround for a snmp bug in perl)
patch by Marek Marczykowski <marmarek at staszic.waw.pl>
---- Files affected:
SOURCES:
nagios-plugins-check_snmp_disk_monitor-bulk.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/nagios-plugins-check_snmp_disk_monitor-bulk.patch
diff -u /dev/null SOURCES/nagios-plugins-check_snmp_disk_monitor-bulk.patch:1.1
--- /dev/null Fri Dec 5 20:17:37 2008
+++ SOURCES/nagios-plugins-check_snmp_disk_monitor-bulk.patch Fri Dec 5 20:17:31 2008
@@ -0,0 +1,11 @@
+--- contrib/check_snmp_disk_monitor.pl.orig 2008-04-24 13:28:09.277695884 +0000
++++ contrib/check_snmp_disk_monitor.pl 2008-04-24 13:28:21.135459424 +0000
+@@ -111,7 +111,7 @@
+ );
+
+ # retrieve the data from the remote host
+-my( $mps, $alloc, $size, $used ) = $snmp_session->bulkwalk( 0, 4, [['hrStorageDescr'],['hrStorageAllocationUnits'],['hrStorageSize'],['hrStorageUsed']] );
++my( $mps, $alloc, $size, $used ) = $snmp_session->bulkwalk( 0, 2, [['hrStorageDescr'],['hrStorageAllocationUnits'],['hrStorageSize'],['hrStorageUsed']] );
+ check_for_errors();
+
+ alarm( 0 ); # all done with the network connection
================================================================
More information about the pld-cvs-commit
mailing list