From dd28428fc39c7f54d3484965c1787cf5e1754d23 Mon Sep 17 00:00:00 2001 From: Shad107 Date: Fri, 22 May 2026 14:54:56 +0200 Subject: [PATCH] Add GreenWatts to Monitoring & Status Pages Self-hosted Linux NVIDIA GPU dashboard focused on LLM rigs. Differentiators vs existing entries : tokens-per-watt-hour tracking, fan-curve hysteresis editor, cgroup-attributed power, throttle-reason decoder, multi-channel notifications. - License : MIT - Source : github.com/Shad107/gpu-dashboard - Language : Python (stdlib only, jsonschema is sole optional dep) - Documentation : README + docs/PLAN.md - Actively maintained --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7f1271..d021a31 100644 --- a/README.md +++ b/README.md @@ -499,6 +499,7 @@ _Related: [Metrics & Metric Collection](#metrics--metric-collection)_ - [eZ Server Monitor](https://www.ezservermonitor.com) - A lightweight and simple dashboard monitor for Linux, available in Web and Bash application. ([Source Code](https://github.com/shevabam/ezservermonitor-web)) `GPL-3.0` `PHP/Shell` - [Gatus](https://gatus.io) - Automated service health dashboard. ([Demo](https://status.twin.sh), [Source Code](https://github.com/TwiN/gatus)) `Apache-2.0` `Docker/K8S` - [glances](https://nicolargo.github.io/glances/) - Open-source, cross-platform real-time monitoring tool with CLI and web dashboard interfaces and many exporting options. ([Source Code](https://github.com/nicolargo/glances)) `GPL-3.0` `Python` +- [GreenWatts](https://github.com/Shad107/gpu-dashboard) - Self-hosted dashboard for Linux NVIDIA GPUs focused on LLM rigs : tokens-per-watt tracking, fan-curve hysteresis, cgroup-attributed power, throttle-reason decoder, alerts via Telegram/Discord/ntfy/Pushover/Slack/Matrix/SMTP. `Python` `MIT` - [Healthchecks](https://healthchecks.io/docs/self_hosted/) - Monitoring for cron jobs, background services and scheduled tasks. ([Source Code](https://github.com/healthchecks/healthchecks)) `BSD-3-Clause` `Python` - [Icinga](https://www.icinga.com/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring. ([Source Code](https://github.com/Icinga/icinga2)) `GPL-2.0` `C++` - [Kener](https://kener.ing/) - Status page with incident management, easy to use and customize. ([Source Code](https://github.com/rajnandan1/kener)) `MIT` `Nodejs/Docker`