dumb python monitoring client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
jowj 4212f2dc80
Update process to work in main monitoring function.
6 years ago
.gitignore Initial commit 6 years ago
README.md Update to include todo and show actual state of project. 6 years ago
arke.py Update process to work in main monitoring function. 6 years ago
arkevars.py Add beginning of code and vars files. 6 years ago

README.md

python monitoring client

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
  • monitor pleroma server http status

docker runtime:

  • slackbot

structure

  • runtime 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