return isUp;
}
public static String getRecordingSince(ApplicationConfig appConfig){
DowntimeRecorder recorder = ApplicationDowntimeService.getInstance().getDowntimeRecorder();
ApplicationDowntimeHistory history = recorder.getDowntimeHistory(appConfig);
return formatter.format(new Date(history.getRecordingSince()));
}