]> git.pld-linux.org Git - packages/nagios-plugins.git/blob - nagios-plugins-check_snmp_disk_monitor-bulk.patch
- all plugins R: nagios-common (via secondary deps it's wrong)
[packages/nagios-plugins.git] / nagios-plugins-check_snmp_disk_monitor-bulk.patch
1 --- contrib/check_snmp_disk_monitor.pl.orig     2008-04-24 13:28:09.277695884 +0000
2 +++ contrib/check_snmp_disk_monitor.pl  2008-04-24 13:28:21.135459424 +0000
3 @@ -111,7 +111,7 @@
4  );
5  
6  # retrieve the data from the remote host
7 -my( $mps, $alloc, $size, $used ) = $snmp_session->bulkwalk( 0, 4, [['hrStorageDescr'],['hrStorageAllocationUnits'],['hrStorageSize'],['hrStorageUsed']] );
8 +my( $mps, $alloc, $size, $used ) = $snmp_session->bulkwalk( 0, 2, [['hrStorageDescr'],['hrStorageAllocationUnits'],['hrStorageSize'],['hrStorageUsed']] );
9  check_for_errors();
10  
11  alarm( 0 ); # all done with the network connection
This page took 0.021017 seconds and 3 git commands to generate.