Python framework for monitoring resources and generating recurring alerts based on conditions. Designed to utilized YAML for configuration and includes the ability to dynamically add/remove reminders when configs are added/modified/deleted from the configured directory.
This is still very much a Work In Progress. Features may change at any time.
python-reminder's full documentation is online at python-reminder Documentation
If you already have Python on your system you can install the library by cloning this repository and then running:
python setup.py install
In the future there will be a Dockerfile
and docker-compose.yml
file included for building a Docker container to run the service.