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.
josiah 8679a9ee48
Update poetry.lock
4 years ago
.gitignore update gitignore to remove vs project bullshit. 6 years ago
README.md Update readme with next few steps. 4 years ago
arke.py Move from magic strings to two variables. 4 years ago
arkevars.py Add a second domain to domains_to_check to prevent type issues. 4 years ago
dockerfile Fix python > python3 typo. 4 years ago
poetry.lock Update poetry.lock 4 years ago
pyproject.toml Move to poetry for dependency management. 4 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

  • Fix loading json from file
  • Fix state comparison and post to only post the item that has changed since last run
  • update this readme.