mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
Compare commits
2 commits
main
...
versions/v
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
57accba7d7 | ||
|
|
d6feb9d498 |
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
Simple system monitoring service. Sends alerts in Telegram and/or reports status to [Healthchecks](https://healthchecks.io/). Currently supports monitoring:
|
Simple system monitoring service. Sends alerts in Telegram and/or reports status to [Healthchecks](https://healthchecks.io/). Currently supports monitoring:
|
||||||
* CPU/RAM/network usage
|
* CPU/RAM/network usage
|
||||||
* temperature readings
|
* temperature readings
|
||||||
|
* UPS events
|
||||||
* [vulnix](https://github.com/nix-community/vulnix) readings (NixOS only)
|
* [vulnix](https://github.com/nix-community/vulnix) readings (NixOS only)
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "lego-monitoring"
|
name = "lego-monitoring"
|
||||||
version = "1.1.1"
|
version = "1.2.0"
|
||||||
description = "Monitoring software for the lego server"
|
description = "Monitoring software for the lego server"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue