Merge branch 'ent-3801-no-funciona-event-storm-protection' into 'develop'
Add a missing configuration option. See merge request artica/pandorafms!2322 Former-commit-id: 6ccc3926eb2d4fe76e2a60f6f74a242ce7e84051
This commit is contained in:
commit
ee59f4678e
|
@ -175,6 +175,7 @@ sub pandora_get_sharedconfig ($$) {
|
|||
|
||||
$pa_config->{"provisioning_mode"} = pandora_get_tconfig_token ($dbh, 'provisioning_mode', '');
|
||||
|
||||
$pa_config->{"event_storm_protection"} = pandora_get_tconfig_token ($dbh, 'event_storm_protection', 0);
|
||||
|
||||
if ($pa_config->{'include_agents'} eq '') {
|
||||
$pa_config->{'include_agents'} = 0;
|
||||
|
|
Loading…
Reference in New Issue