From 701ad0be1b83a3b26d65ad6d45d2ed35446ed9d7 Mon Sep 17 00:00:00 2001 From: IamTheFij Date: Tue, 1 Jun 2021 18:38:55 -0600 Subject: [PATCH] Mention minitor-go --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e3a2692..7bac782 100644 --- a/README.md +++ b/README.md @@ -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.