From af89fc988da348eaefba5165db01cdb79771c5d9 Mon Sep 17 00:00:00 2001 From: thomashaw Date: Sat, 23 Apr 2022 21:28:02 +0100 Subject: [PATCH] testing the actions - uncommented! --- .../files/alert_actioner/actioners/alert_actioner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)