Mention minitor-go
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2021-06-01 18:38:55 -06:00
parent 8e252f3bcb
commit 701ad0be1b
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
A minimal monitoring system
## Important
*This has been more or less replaced by a version written in Go. Check out [minitor-go](/iamthefij/minitor-go)*. There are no known issues with this version, but it is not really maintained anymore as I've migrated to the Go version since it uses fewer system resources.
## What does it do?
Minitor accepts a YAML configuration file with a set of commands to run and a set of alerts to execute when those commands fail. It is designed to be as simple as possible and relies on other command line tools to do checks and issue alerts.