kiss server monitoring tool with email alerts
go monitoring
1# Servmon 2 3KISS server monitoring tool with email alerts. 4For those who want to keep it simple instead of using Prometheus, Grafana, and Alertmanager. 5It uses the awesome [gopsutil](https://github.com/shirou/gopsutil) library to get system metrics. 6 7Monitors: 8 9- [x] CPU 10- [x] Memory 11- [x] HTTP Health check 12- [x] Disk Usage 13- [ ] Disk Write/Read 14- [ ] Docker 15 16## Installation 17 18```bash 19go install pkg.rbrt.fr/servmon@latest 20``` 21 22## How to use 23 24```bash 25servmon --help 26```