diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 0d26cee5b9..da63133d4d 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2010-12-09 Sergio Martin + + * util/recon_scripts/snmpdevices.pl: Fixed a typo from the + default server path in configuration + 2010-12-07 Sergio Martin * util/recon_scripts/snmpdevices.pl: Fixed the snmp recon script diff --git a/pandora_server/util/recon_scripts/snmpdevices.pl b/pandora_server/util/recon_scripts/snmpdevices.pl index ad0595add7..658789eab3 100755 --- a/pandora_server/util/recon_scripts/snmpdevices.pl +++ b/pandora_server/util/recon_scripts/snmpdevices.pl @@ -27,7 +27,7 @@ my $target_interval = 600; ########################################################################## # Code begins here, do not touch ########################################################################## -my $pandora_conf = "/etc/pandora/pandora_server.conf.2010-11-11"; +my $pandora_conf = "/etc/pandora/pandora_server.conf"; my $task_id = $ARGV[0]; # Passed automatically by the server my $target_group = $ARGV[1]; # Defined by user my $create_incident = $ARGV[2]; # Defined by user