Evren Yurtesen <eyurtese@turkuamk.fi> for the suggestion.
* Also do the same in checkrad for cisco routers
* Work even when register_globals if off. Suggestion from Evren Yurtesen <eyurtese@turkuamk.fi>
Also add an entry in the FAQ about that.
* We don't need ORDER BY GroupName in show_groups.php3 since we have GROUP BY
+* Use CISCO-POP-MGMT-MIB in snmpfinger instead of CISCO-CALL-HISTORY-MIB. Thanks to
+ Evren Yurtesen <eyurtese@turkuamk.fi> for the suggestion.
Ver 1.61:
* Add a string encoder for greek
* If general_decode_normal_attributes is set then encode attributes in lib/ldap/change_info. In the near future
#!/usr/bin/perl
-$SNMPWALK="/usr/local/snmpd/bin/snmpwalk";
+$SNMPWALK="/usr/bin/snmpwalk";
$host=shift;
$comm=shift || 'public';
$walk =`$SNMPWALK $host $comm .iso.org.dod.internet.private.enterprises.9.9.150.1.1.3.1.2`;
if ($walk =~ /^$/){
$walk =`$SNMPWALK $host $comm .iso.org.dod.internet.private.enterprises.9.2.9.2.1.18`;
- $walk.=`$SNMPWALK $host $comm .iso.org.dod.internet.private.enterprises.9.9.27.1.1.3.1.7`;
+ $walk.=`$SNMPWALK $host $comm .iso.org.dod.internet.private.enterprises.9.10.19.1.3.1.1.3`;
}
while($walk=~/\"([\w\-]+?)\"/g){