diff options
| author | Paul Buetow <paul@buetow.org> | 2023-04-28 00:39:58 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-04-28 00:39:58 +0300 |
| commit | b0f016950a72e46b76b6e89fcc64ff17c2b9399b (patch) | |
| tree | aa1e53f31523bac1b512d54340b50ba54c4af225 /gemfeed | |
| parent | 92ed703b764b406ce8942db7d72a24cbe2646e50 (diff) | |
put ascii art further below
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/DRAFT-kiss-server-monitoring-with-gogios.gmi | 16 |
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. |
