summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gemfeed/DRAFT-kiss-server-monitoring-with-gogios.gmi16
1 files changed, 8 insertions, 8 deletions
diff --git a/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.gmi b/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.gmi
index cf2cbed3..6588053a 100644
--- a/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.gmi
+++ b/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.gmi
@@ -1,5 +1,13 @@
# KISS server monitoring with Gogios
+## Introduction
+
+Gogios is a minimalistic and easy-to-use monitoring tool I programmed in Google Go designed specifically for small-scale self-hosted servers and virtual machines. The primary purpose of Gogios is to monitor my personal server infrastructure for `foo.zone`, my MTAs, my authoritative DNS servers, my NextCloud, Wallabag and Anki sync server installations, etc.
+
+With compatibility with the Nagios Check API, Gogios offers a simple yet effective solution for users looking to monitor a limited number of resources. In this blog post, we'll explore Gogios' features, configuration, and use cases to help you determine if it's the proper monitoring solution for your needs, too.
+
+=> https://codeberg.org/snonux/gogios
+
```
_____________________________ ____________________________
/ \ / \
@@ -23,14 +31,6 @@ The original can be found at
https://asciiart.website/index.php?art=objects/computers
```
-## Introduction
-
-Gogios is a minimalistic and easy-to-use monitoring tool I programmed in Google Go designed specifically for small-scale self-hosted servers and virtual machines. The primary purpose of Gogios is to monitor my personal server infrastructure for `foo.zone`, my MTAs, my authoritative DNS servers, my NextCloud, Wallabag and Anki sync server installations, etc.
-
-With compatibility with the Nagios Check API, Gogios offers a simple yet effective solution for users looking to monitor a limited number of resources. In this blog post, we'll explore Gogios' features, configuration, and use cases to help you determine if it's the proper monitoring solution for your needs, too.
-
-=> https://codeberg.org/snonux/gogios
-
## Motivation
As a Site Reliability Engineer with experience in monitoring solutions like Nagios, Icinga, Prometheus and OpsGenie, these tools often came with many features that I didn't necessarily need for personal use. Contact groups, host groups, re-check intervals, check clustering, and the requirement of operating a DBMS and a WebUI added complexity and bloat to my monitoring setup.