Compare commits

...

2 commits

Author SHA1 Message Date
Alex Tau
57accba7d7 update version in pyproject 2026-01-18 16:02:59 +03:00
Alex Tau
d6feb9d498 add ups event monitoring to description 2026-01-18 16:02:10 +03:00
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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"