diff --git a/README.md b/README.md index fa48578..38fc625 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Simple system monitoring service. Sends alerts in Telegram and/or reports status to [Healthchecks](https://healthchecks.io/). Currently supports monitoring: * CPU/RAM/network usage * temperature readings +* UPS events * [vulnix](https://github.com/nix-community/vulnix) readings (NixOS only) ## Setup diff --git a/pyproject.toml b/pyproject.toml index 4acf0bd..ad0fa88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lego-monitoring" -version = "1.1.1" +version = "1.2.0" description = "Monitoring software for the lego server" readme = "README.md" requires-python = ">=3.12"