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"