From b25b0b8e6fac1a60fa2093b087c835d7c3ea7ae4 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 8 Mar 2024 00:22:18 +0100 Subject: [PATCH] feat(kb/gatus): start article about gatus --- knowledge base/gatus.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 knowledge base/gatus.md diff --git a/knowledge base/gatus.md b/knowledge base/gatus.md new file mode 100644 index 0000000..18caf7b --- /dev/null +++ b/knowledge base/gatus.md @@ -0,0 +1,32 @@ +# Gatus + +Health dashboard. + +It allows to monitor services using HTTP, ICMP, TCP, and DNS queries.
+One can evaluate the result of said queries by using a list of conditions on values (like status code, response time, certificate expiration, body and many others). + +Each health check can be paired with alerting via Slack, Teams, PagerDuty, Discord, Twilio and many more. + +1. [TL;DR](#tldr) +1. [Further readings](#further-readings) + 1. [Sources](#sources) + +## TL;DR + +## Further readings + +### Sources + +- [Github] + + + + + + + +[github]: https://github.com/TwiN/gatus + +