Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2019-06-16 21:29:36 +0300
committerMatthias Held <ilovemilk@wusa.io>2019-06-16 21:29:36 +0300
commit993a5fbb2c8b3197a1b5b6e6d634a61c495e3e4b (patch)
tree26b41c78ec392450f8ff1ef1f2e49d615556846f
parent44593b0a4503fe7d265376a8ffa9248b719e94cc (diff)
add todo for checking local app status
-rw-r--r--lib/Service/ServiceWatcher.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Service/ServiceWatcher.php b/lib/Service/ServiceWatcher.php
index 70d1e79..31db699 100644
--- a/lib/Service/ServiceWatcher.php
+++ b/lib/Service/ServiceWatcher.php
@@ -62,6 +62,7 @@ class ServiceWatcher implements IServiceWatcher {
}
private function getMonitorService() {
+ //TODO: check logs for errors or exceptions?
return new Service("Monitor Service", ServiceStatus::ONLINE);
}
} \ No newline at end of file