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"