glancewatch
v1.2.4
Published
Lightweight monitoring adapter for Glances + Uptime Kuma
Downloads
101
Maintainers
Readme
GlanceWatch (npm wrapper)
This is an npm wrapper for GlanceWatch, a lightweight monitoring adapter for Glances + Uptime Kuma.
Installation
Global installation (recommended)
npm install -g glancewatch
glancewatchLocal installation
npm install glancewatch
npx glancewatchRequirements
- Node.js 14.0.0 or higher
- Python 3.8 or higher
- Glances running on
localhost:61208
Quick Start
- Install and start Glances:
pip3 install glances
glances -w- Install and run GlanceWatch:
npm install -g glancewatch
glancewatch- Open your browser to:
- Web UI: http://localhost:8000
- API Docs: http://localhost:8000/docs
Features
- 🎯 Real-time system metrics (CPU, RAM, Disk)
- ⚙️ Configurable thresholds
- 🌐 Beautiful web UI with live status
- 🔌 REST API for Uptime Kuma integration
- 📊 System health monitoring (uptime, load, network)
- 🔄 Automatic refresh every 5 seconds
Documentation
For full documentation, visit: https://github.com/collynes/glancewatch
License
MIT License - see LICENSE
Author
Collins Kemboi
