summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/DRAFT-kiss-monitoring-with-gogios.gmi23
1 files changed, 23 insertions, 0 deletions
diff --git a/gemfeed/DRAFT-kiss-monitoring-with-gogios.gmi b/gemfeed/DRAFT-kiss-monitoring-with-gogios.gmi
index fa2971ec..b59426e6 100644
--- a/gemfeed/DRAFT-kiss-monitoring-with-gogios.gmi
+++ b/gemfeed/DRAFT-kiss-monitoring-with-gogios.gmi
@@ -1,5 +1,28 @@
# KISS monitoring system with Gogios
+```
+ _____________________________ ____________________________
+ / \ / \
+ | _______________________ || ______________________ |
+ | / \ || / \ |
+ | | # Alerts with status c| || | # Unhandled alerts: | |
+ | | hanged: | || | | |
+ | | | || | CRITICAL: Check Pizza| |
+ | | OK->CRITICAL: Check Pi| || | : Late delivery | |
+ | | zza: Late delivery | || | | |
+ | | | || | WARNING: Check Thirst| |
+ | | | || | : Need Kombucha | |
+ | \_______________________/ || \______________________/ |
+ | /|\ GOGIOS MONITOR 1 _ || /|\ GOGIOS MONITOR 2 _ |
+ \_____________________________/ \____________________________/
+ !_________________________! !________________________!
+
+------------------------------------------------
+ASCII art was modified by Paul Buetow
+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.