From db2fc26c41f42515eaad20470a05be00ed4cbc4f Mon Sep 17 00:00:00 2001
From: Jose Gonzalez <jose.gonzalez@artica.es>
Date: Tue, 3 Mar 2020 12:52:58 +0100
Subject: [PATCH] Modified default parameters

---
 pandora_server/conf/pandora_server.conf.new | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new
index e18bc4f6a9..0fb91d0bfd 100644
--- a/pandora_server/conf/pandora_server.conf.new
+++ b/pandora_server/conf/pandora_server.conf.new
@@ -329,7 +329,7 @@ autocreate_group 10
 # If set to 1, new agents will be added to the group specified by autocreate_group (the group specified by the agent will be used as fallback).
 # If set to 0, new agents will be added to the group specified by the agent (the group specified by autocreate_group will be used as fallback).
 
-autocreate_group_force 1
+autocreate_group_force 0
 
 # Set to 1 if want to autocreate agents with Pandora FMS Data Server, 
 # set to 0 to disable (for security purposes, for example).
@@ -404,7 +404,7 @@ sample_agent_interval 600
 
 # Update parent from the agent xml
 
-#update_parent 1
+update_parent 1
 #
 #
 # This enable realtime reverse geocoding using Google Maps public api.