Merge branch 'ent-6648-Añadir-agentes-a-politicas-metaconsola' into 'develop'
Ent 6648 añadir agentes a politicas metaconsola See merge request artica/pandorafms!3912
This commit is contained in:
commit
128fabfde2
|
@ -1948,6 +1948,10 @@ function config_process_config()
|
|||
config_update_value('collection_max_size', 1000000);
|
||||
}
|
||||
|
||||
if (!isset($config['policy_add_max_agents'])) {
|
||||
config_update_value('policy_add_max_agents', 200);
|
||||
}
|
||||
|
||||
if (!isset($config['event_replication'])) {
|
||||
config_update_value('event_replication', 0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue