2011-10-20 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Config.pm: Disable enterprise ICMP and SNMP servers by default. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5071 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
705a80daf1
commit
479cc042fb
|
@ -1,3 +1,8 @@
|
|||
2011-10-20 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Config.pm: Disable enterprise ICMP and SNMP servers
|
||||
by default.
|
||||
|
||||
2011-10-20 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Tools.pm: Fixed mistake in the last commit
|
||||
|
|
|
@ -236,9 +236,9 @@ sub pandora_load_config {
|
|||
$pa_config->{'openstreetmaps_description'} = 0;
|
||||
$pa_config->{"eventserver"} = 1; # 4.0
|
||||
$pa_config->{"event_window"} = 3600; # 4.0
|
||||
$pa_config->{"icmpserver"} = 1; # 4.0
|
||||
$pa_config->{"icmpserver"} = 0; # 4.0
|
||||
$pa_config->{"icmp_threads"} = 3; # 4.0
|
||||
$pa_config->{"snmpserver"} = 1; # 4.0
|
||||
$pa_config->{"snmpserver"} = 0; # 4.0
|
||||
$pa_config->{"snmp_threads"} = 3; # 4.0
|
||||
$pa_config->{"block_size"} = 15; # 4.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue