diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 3a96667e65..e60b8e923a 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2014-08-14 Ramon Novoa + + * conf/pandora_server.conf.new: Added recon_timing_template to the + configuration file. + 2014-08-14 Ramon Novoa * lib/PandoraFMS/Config.pm, diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new index 278a9c7f53..b837101454 100755 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -247,6 +247,9 @@ nmap /usr/bin/nmap # A value that specifies how aggressive nmap should be from 1 to 5. 1 means slower but more reliable, 5 means faster but less reliable. 2 by default. nmap_timing_template 2 +# Like nmap_timing_template, but applies to Satellite Server and Recon Server network scans. 3 by default. +recon_timing_template 3 + # snmpget: Needed to do SNMP checks. By default is on /usr/bin/snmpget snmpget /usr/bin/snmpget