2014-08-14 Ramon Novoa <rnovoa@artica.es>
* 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
This commit is contained in:
parent
06030e52cf
commit
78a6ef4602
|
@ -1,3 +1,8 @@
|
||||||
|
2014-08-14 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* conf/pandora_server.conf.new: Added recon_timing_template to the
|
||||||
|
configuration file.
|
||||||
|
|
||||||
2014-08-14 Ramon Novoa <rnovoa@artica.es>
|
2014-08-14 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/Config.pm,
|
* lib/PandoraFMS/Config.pm,
|
||||||
|
|
|
@ -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.
|
# 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
|
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: Needed to do SNMP checks. By default is on /usr/bin/snmpget
|
||||||
|
|
||||||
snmpget /usr/bin/snmpget
|
snmpget /usr/bin/snmpget
|
||||||
|
|
Loading…
Reference in New Issue