From d6feb9d498b2e2509181eb5ee28c5333e3c101cc Mon Sep 17 00:00:00 2001 From: Alex Tau Date: Sun, 18 Jan 2026 16:00:10 +0300 Subject: [PATCH 1/2] add ups event monitoring to description --- README.md | 1 + 1 file changed, 1 insertion(+) 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 From 57accba7d7eb6efb81e345fdab8757b5e669df8a Mon Sep 17 00:00:00 2001 From: Alex Tau Date: Sun, 18 Jan 2026 16:02:59 +0300 Subject: [PATCH 2/2] update version in pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"