From 6d2b1ee1f827d994f668e069660eadf8a5cd3022 Mon Sep 17 00:00:00 2001 From: jowj Date: Sun, 16 Sep 2018 19:40:39 -0500 Subject: [PATCH] Update to include todo and show actual state of project. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecb0184..e32b9e1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # python monitoring client -arke is a python monitoring client i am currently working on to monitor http status and docker container runtime. +arke is a dumb python monitoring client i am currently working on to monitor http status and docker container runtime. ### http status: - monitor znc server http status @@ -10,4 +10,10 @@ arke is a python monitoring client i am currently working on to monitor http sta ## structure - runtime file -- vars file that points the client at my servers \ No newline at end of file +- vars file that points the client at my servers + +## TODO +actually implement the following: +- logging https://docs.python.org/2/library/logging.html - use this to dump data instead of doing my own stupid write function. +- figure out how to remotely monitor processes from the monitoring host +- figure out how to send data over to my mojo slack bot \ No newline at end of file