From bf3c662655c3b5a9dda95f5adde55a703d322224 Mon Sep 17 00:00:00 2001 From: Calvo Date: Mon, 24 Apr 2023 09:27:56 +0200 Subject: [PATCH] Changed default remote_config on server to 1 --- pandora_server/FreeBSD/pandora_server.conf.new | 2 +- pandora_server/conf/pandora_server.conf.new | 2 +- pandora_server/conf/pandora_server.conf.windows | 2 +- pandora_server/conf/pandora_server_sec.conf.template | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pandora_server/FreeBSD/pandora_server.conf.new b/pandora_server/FreeBSD/pandora_server.conf.new index 481bf1f24d..44ff7e48a7 100644 --- a/pandora_server/FreeBSD/pandora_server.conf.new +++ b/pandora_server/FreeBSD/pandora_server.conf.new @@ -502,7 +502,7 @@ unknown_events 1 global_alert_timeout 15 # If set to 1 allows PandoraFMS Server to be configured via the web console (PANDORA FMS ENTERPRISE ONLY). -remote_config 0 +remote_config 1 # Remote address to send the configuration file (PANDORA FMS ENTERPRISE ONLY). remote_config_address localhost diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new index cdfdce105c..db60248b93 100644 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -606,7 +606,7 @@ unknown_block_size 1000 global_alert_timeout 15 # If set to 1 allows PandoraFMS Server to be configured via the web console (PANDORA FMS ENTERPRISE ONLY). -remote_config 0 +remote_config 1 # Remote address to send the configuration file (PANDORA FMS ENTERPRISE ONLY). remote_config_address localhost diff --git a/pandora_server/conf/pandora_server.conf.windows b/pandora_server/conf/pandora_server.conf.windows index 8d879bc5cd..c25eb1049f 100644 --- a/pandora_server/conf/pandora_server.conf.windows +++ b/pandora_server/conf/pandora_server.conf.windows @@ -509,7 +509,7 @@ unknown_events 1 global_alert_timeout 15 # If set to 1 allows PandoraFMS Server to be configured via the web console (Only Enterprise version) -remote_config 0 +remote_config 1 # Remote address to send the configuration file (PANDORA FMS ENTERPRISE ONLY). remote_config_address localhost diff --git a/pandora_server/conf/pandora_server_sec.conf.template b/pandora_server/conf/pandora_server_sec.conf.template index 90d71af5fd..65248d729a 100644 --- a/pandora_server/conf/pandora_server_sec.conf.template +++ b/pandora_server/conf/pandora_server_sec.conf.template @@ -605,7 +605,7 @@ unknown_block_size 1000 global_alert_timeout 15 # If set to 1 allows PandoraFMS Server to be configured via the web console (PANDORA FMS ENTERPRISE ONLY). -remote_config 0 +remote_config 1 # Remote address to send the configuration file (PANDORA FMS ENTERPRISE ONLY). remote_config_address localhost