From 8c9c773786a46a27803f697a8e69ddd9b98590f0 Mon Sep 17 00:00:00 2001 From: jowj Date: Mon, 27 Jan 2020 16:55:52 -0600 Subject: [PATCH] Update readme with next few steps. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 464fbfc..030ca73 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ arke is a dumb python monitoring client i am currently working on to monitor htt - 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. - - https://fangpenlin.com/posts/2012/08/26/good-logging-practice-in-python/ this is also probably worth reading -- 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 +- [ ] Fix loading json from file +- [ ] Fix state comparison and post to only post the item that has changed since last run +- [ ] update this readme.