An open API service indexing awesome lists of open source software.

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

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
```