summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-26 00:26:50 +0300
committerPaul Buetow <paul@buetow.org>2023-04-26 00:26:50 +0300
commit050cfe9d1fccaa8d4ad2b4988ae4a5bdf453a9ac (patch)
treead47e12213c3d321e3f192203254de2d8c1ae452 /gemfeed
parent7f614094b3b5b02eeccd6354bfe069eeeca45ee1 (diff)
add ascii art
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.