diff --git a/src/main/java/com/appdynamics/extensions/commandwatcher/CommandWatcherMonitor.java b/src/main/java/com/appdynamics/extensions/commandwatcher/CommandWatcherMonitor.java index eafbcc8..a227c20 100644 --- a/src/main/java/com/appdynamics/extensions/commandwatcher/CommandWatcherMonitor.java +++ b/src/main/java/com/appdynamics/extensions/commandwatcher/CommandWatcherMonitor.java @@ -31,7 +31,8 @@ public String getMonitorName() { @Override protected void doRun(TasksExecutionServiceProvider tasksExecutionServiceProvider) { - MonitorContextConfiguration contextConfiguration = getContextConfiguration(); +//testing +MonitorContextConfiguration contextConfiguration = getContextConfiguration(); List> commandsToProcess = (List>) contextConfiguration.getConfigYml().get(COMMAND_TO_PROCESS); for (Map commandToProcess : commandsToProcess) { String displayName = (String) commandToProcess.get(DISPLAY_NAME);