https://github.com/julienrbrt/servmon
KISS server monitoring tool with email alerts
https://github.com/julienrbrt/servmon
go golang kiss monitoring monitoring-tool system-information
Last synced: about 2 months ago
JSON representation
KISS server monitoring tool with email alerts
- Host: GitHub
- URL: https://github.com/julienrbrt/servmon
- Owner: julienrbrt
- License: mit
- Created: 2025-01-31T01:06:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T06:13:17.000Z (7 months ago)
- Last Synced: 2025-03-24T19:55:39.877Z (7 months ago)
- Topics: go, golang, kiss, monitoring, monitoring-tool, system-information
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Servmon
KISS server monitoring tool with email alerts.
For those who want to keep it simple instead of using Prometheus, Grafana, and Alertmanager.
It uses the awesome [gopsutil](https://github.com/shirou/gopsutil) library to get system metrics.Monitors:
- [x] CPU
- [x] Memory
- [x] HTTP Health check
- [x] Disk Usage
- [ ] Disk Write/Read
- [ ] Docker## Installation
```bash
go install github.com/julienrbrt/servmon@latest
```## How to use
```bash
servmon --help
```