From 0c2876b7a65b6edde6bfdf00f60dc763260d0765 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 2 Nov 2010 16:45:53 +0000 Subject: [PATCH] 2010-11-02 Sergio Martin * util/recon_scripts/snmpdevices.pl: Fixed a missed typo git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3498 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 4 ++++ pandora_server/util/recon_scripts/snmpdevices.pl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 9f721c3679..31efdfefb9 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2010-11-02 Sergio Martin + + * util/recon_scripts/snmpdevices.pl: Fixed a missed typo + 2010-11-02 Sergio Martin * util/recon_scripts/snmpdevices.pl: Fixed a module types bug and diff --git a/pandora_server/util/recon_scripts/snmpdevices.pl b/pandora_server/util/recon_scripts/snmpdevices.pl index eacb2b646e..36daf469fd 100755 --- a/pandora_server/util/recon_scripts/snmpdevices.pl +++ b/pandora_server/util/recon_scripts/snmpdevices.pl @@ -265,7 +265,7 @@ for (my $i = 1, $net_addr++; $net_addr < $net_addr->broadcast; $i++, $net_addr++ # Remove forbidden caracters $interface =~ s/\"|\n|\<|\>|\&|\[|\]//g; - process_module_snmp ($dbh, $target_community, $addr, ".1.3.6.1.2.1.2.2.1.8.$ax", "interface", "$interface Status", "remote_icmp_proc", "Operative status for $interface at position $ax", $conf); + process_module_snmp ($dbh, $target_community, $addr, ".1.3.6.1.2.1.2.2.1.8.$ax", "interface", "$interface Status", "remote_snmp_proc", "Operative status for $interface at position $ax", $conf); process_module_snmp ($dbh, $target_community, $addr, ".1.3.6.1.2.1.2.2.1.10.$ax", "", "$interface Inbound bps", "remote_snmp_inc", "Incoming traffic for $interface", $conf);