From b5a9faaf327c041bd0465efc449f052d846313c6 Mon Sep 17 00:00:00 2001 From: thomashaw Date: Sun, 10 Jul 2022 20:07:09 +0100 Subject: [PATCH] testing: removing command_actioner perform_action for now --- .../files/alert_actioner/actioners/command_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/command_actioner.rb b/modules/services/unix/logging/analysis_alert_action_server/files/alert_actioner/actioners/command_actioner.rb index 6615036de..161d637cc 100644 --- a/modules/services/unix/logging/analysis_alert_action_server/files/alert_actioner/actioners/command_actioner.rb +++ b/modules/services/unix/logging/analysis_alert_action_server/files/alert_actioner/actioners/command_actioner.rb @@ -19,7 +19,7 @@ class CommandActioner < AlertActioner self.commands = commands end - def perform_action + def perform_actions # TODO: change me back to perform_action when testing this module # Create config/commands directory FileUtils.mkdir_p COMMANDS_DIRECTORY commands_sh_path = COMMANDS_DIRECTORY + "#{self.alertactioner_name}.sh"