~cedric/guardian

2d0cec6cd1d1e12f0d9b04fc96452ab844ea66dc — Cédric Bonhomme 3 years ago 1b125b2
improved project desciption in the README.
2 files changed, 4 insertions(+), 4 deletions(-)

M README.md
M pyproject.toml
M README.md => README.md +3 -3
@@ 1,9 1,9 @@
# Guardian

Monitor the status of interdependent services.
Monitor the status of a set of services. Characteristics:

- based on a YAML file;
- tests performed by custom scripts (Shell script, Python script, etc.);
- definition of the services to monitor with a YAML file;
- tests performed by custom scripts (Shell scripts, Python scripts, etc.);
- no database and serverless;
- generation of HTML status page;
- email notifications;

M pyproject.toml => pyproject.toml +1 -1
@@ 1,7 1,7 @@
[tool.poetry]
name = "guardian"
version = "0.2.0"
description = "Monitor the status of interdependent services."
description = "Monitor the status of a set of services."
authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
license = "AGPL-3.0-or-later"