]> git.pld-linux.org Git - packages/cacti.git/blame - snmpwalk_fix.patch
- zoom fixes for opera
[packages/cacti.git] / snmpwalk_fix.patch
CommitLineData
77666216
GS
1diff -ruBbd cacti-0.8.6j/lib/snmp.php cacti-0.8.6j-patched/lib/snmp.php
2--- cacti-0.8.6j/lib/snmp.php 2007-01-17 19:23:10.000000000 -0500
3+++ cacti-0.8.6j-patched/lib/snmp.php 2007-05-15 21:26:14.000000000 -0400
4@@ -221,9 +219,9 @@
5 $temp_array = exec_into_array(read_config_option("path_snmpwalk") . " -v$version -t $timeout -r $retries $hostname:$port $snmp_auth $oid");
6 }else {
7 if (file_exists($path_snmpbulkwalk) && ($version > 1)) {
8- $temp_array = exec_into_array($path_snmpbulkwalk . " -O n $snmp_auth -v $version -t $timeout -r $retries -Cr50 $hostname:$port $oid");
9+ $temp_array = exec_into_array($path_snmpbulkwalk . " -O Qn $snmp_auth -v $version -t $timeout -r $retries -Cr50 $hostname:$port $oid");
10 }else{
11- $temp_array = exec_into_array(read_config_option("path_snmpwalk") . " -O n $snmp_auth -v $version -t $timeout -r $retries $hostname:$port $oid");
12+ $temp_array = exec_into_array(read_config_option("path_snmpwalk") . " -O Qn $snmp_auth -v $version -t $timeout -r $retries $hostname:$port $oid");
13 }
14 }
15
This page took 0.945746 seconds and 4 git commands to generate.