Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 851 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 851 Bytes

python-reminders

Description

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.

Documentation

python-reminder's full documentation is online at python-reminder Documentation

Installation

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.