Compare commits

...

9 commits

Author SHA1 Message Date
Alex Tau
ad1d956cc8 update version in pyproject 2026-01-18 16:03:38 +03:00
Alex Tau
8aa4c1d4da add ups event monitoring to description 2026-01-18 16:00:10 +03:00
Alex Tau
1c73e88564 Merge branch 'dev' 2026-01-18 15:36:22 +03:00
Alex Tau
2c6e804959 update nixpkgs for vulnix 1.12.0 2025-09-12 18:14:25 +03:00
Alex Tau
ce363c60ca clean up a bit 2025-09-02 14:14:06 +03:00
Alex Tau
cd42974c1d Merge branch 'dev' 2025-08-16 13:44:36 +03:00
Alex Tau
6a545df533 Merge branch 'dev' 2025-08-16 13:43:47 +03:00
Alex Tau
945be6422e bump ver to v1.1.0 2025-08-16 12:12:06 +03:00
Alex Tau
7300aeb579 Merge branch 'dev' into 'main'
v1.1

See merge request lego/lego-monitoring!7
2025-08-16 09:10:54 +00: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"