From 65a0b4f22aeb03bbfa7d8d21508b16a40ac5aaaa Mon Sep 17 00:00:00 2001 From: "felix.suarez" Date: Fri, 29 Dec 2023 09:47:25 -0600 Subject: [PATCH] Add ff options --- pandora_agents/unix/pandora_agent | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_agents/unix/pandora_agent b/pandora_agents/unix/pandora_agent index 97ea0fd521..abc2367145 100755 --- a/pandora_agents/unix/pandora_agent +++ b/pandora_agents/unix/pandora_agent @@ -4283,6 +4283,10 @@ sub init_module ($) { $module->{'alert_template'} = undef; $module->{'filter'} = undef; $module->{'absoluteinterval'} = undef; + $module->{'each_ff'} = undef; + $module->{'min_ff_event_normal'} = undef; + $module->{'min_ff_event_warning'} = undef; + $module->{'min_ff_event_critical'} = undef; } ################################################################################