2010-12-09 Sergio Martin <sergio.martin@artica.es>
* util/recon_scripts/snmpdevices.pl: Fixed a typo from the default server path in configuration git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3655 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
903967d1fb
commit
3367ac9a1b
|
@ -1,3 +1,8 @@
|
|||
2010-12-09 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* util/recon_scripts/snmpdevices.pl: Fixed a typo from the
|
||||
default server path in configuration
|
||||
|
||||
2010-12-07 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* util/recon_scripts/snmpdevices.pl: Fixed the snmp recon script
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue