From fa38ef245fa31dcfdbb782560b266139b60ea099 Mon Sep 17 00:00:00 2001 From: ramonn Date: Thu, 14 Aug 2014 16:17:29 +0000 Subject: [PATCH] 2014-08-14 Ramon Novoa * conf/pandora_server.conf.new: Added recon_timing_template to the configuration file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10430 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 5 +++++ pandora_server/conf/pandora_server.conf.new | 3 +++ 2 files changed, 8 insertions(+) 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