diff --git a/modules/services/unix/logging/analysis_alert_action_server/files/alert_actioner/actioners/alert_actioner.rb b/modules/services/unix/logging/analysis_alert_action_server/files/alert_actioner/actioners/alert_actioner.rb index 88de0d064..2fd09eba7 100644 --- a/modules/services/unix/logging/analysis_alert_action_server/files/alert_actioner/actioners/alert_actioner.rb +++ b/modules/services/unix/logging/analysis_alert_action_server/files/alert_actioner/actioners/alert_actioner.rb @@ -26,7 +26,7 @@ class AlertActioner def action_alert Print.info("Running #{self.class}: #{self.alertactioner_name}", logger) Print.info("Actioning alert: #{self.alert_name}", logger) - # perform_action + perform_action end def template_based_file_write(template, filename)