2009-12-28 Sancho Lerena <slerena@artica.es>

* lib/Config.pm: pandora_exec default at /usr/bin




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2253 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2009-12-28 18:43:10 +00:00
parent 01a511ec58
commit 148a33d313
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2009-12-28 Sancho Lerena <slerena@artica.es>
* lib/Config.pm: pandora_exec default at /usr/bin
* util/pandora_logrotate: Optimized logrotate setup.
* pandora_server.spec: Start tentacle after install breaks the

View File

@ -173,7 +173,7 @@ sub pandora_load_config {
$pa_config->{"tcp_timeout"} = 20; # Introduced on 1.3.1
$pa_config->{"snmp_proc_deadresponse"} = 1; # Introduced on 1.3.1 10 Feb08
$pa_config->{"plugin_threads"} = 2; # Introduced on 2.0
$pa_config->{"plugin_exec"} = '/usr/local/bin/pandora_exec'; # 3.0
$pa_config->{"plugin_exec"} = '/usr/bin/pandora_exec'; # 3.0
$pa_config->{"recon_threads"} = 2; # Introduced on 2.0
$pa_config->{"prediction_threads"} = 1; # Introduced on 2.0
$pa_config->{"plugin_timeout"} = 5; # Introduced on 2.0

View File

@ -3,7 +3,7 @@
#
%define name pandorafms_server
%define version 3.0.0
%define release 5
%define release 4
Summary: Pandora FMS Server
Name: %{name}