From 6ea4cbd42dc6b7a77a15a2c1aee767bba4d3df1a Mon Sep 17 00:00:00 2001 From: Chris C Date: Fri, 30 Oct 2020 14:11:28 -0400 Subject: [PATCH] Add Gatus (#3310) * Add Gatus * Add missing punctuation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a82c6d3d..021f21f6 100644 --- a/README.md +++ b/README.md @@ -1240,6 +1240,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. * [faker](https://github.com/pioz/faker) - Random fake data and struct generator for Go. * [ffmt](https://github.com/go-ffmt/ffmt) - Beautify data display for Humans. +* [gatus](https://github.com/TwinProduction/gatus) - Automated service health dashboard. * [ghorg](https://github.com/gabrie30/ghorg) - Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, and Bitbucket. * [go-commons-pool](https://github.com/jolestar/go-commons-pool) - Generic object pool for Golang. * [go-openapi](https://github.com/go-openapi) - Collection of packages to parse and utilize open-api schemas.