https://github.com/netrixone/s3mon
KISS service status monitoring in your terminal
https://github.com/netrixone/s3mon
dashboard golang monitoring shell status terminal web
Last synced: about 2 months ago
JSON representation
KISS service status monitoring in your terminal
- Host: GitHub
- URL: https://github.com/netrixone/s3mon
- Owner: netrixone
- License: mit
- Created: 2019-12-20T21:12:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T13:39:21.000Z (about 4 years ago)
- Last Synced: 2026-04-24T03:38:51.744Z (2 months ago)
- Topics: dashboard, golang, monitoring, shell, status, terminal, web
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# s3mon - simple service status monitor
**KISS service status monitoring in your terminal.**
This tool has been developed due to a lack of fitting solution to run a basic monitoring
dashboard on my Raspberry Pi. It is inspired by the amazing
[sampler](https://github.com/sqshq/sampler) by Alexander Lukyanchikov, but is more
lightweight with only minimalistic UI.
_**DISCLAIMER:** This tool is still under wild development!_

## Download as Go dependency
`go get github.com/netrixone/s3mon`
## Build
`make`
## Usage
```bash
usage: s3mon [-h|--help] [-v|--version] [-V|--verbose] [-c|--config ""]
s3mon - simple service status monitor v1.1 by stuchl4n3k
Arguments:
-h --help Print help information
-v --version Print version and exit
-V --verbose Be more verbose
-c --config Config file
```