summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-29 11:14:18 +0300
committerPaul Buetow <paul@buetow.org>2023-04-29 11:14:18 +0300
commit4e0629496c67e11355adec33e5a54a350ee1ef3f (patch)
tree97bd6ebd1b78abd9fff4650215c56d2166b082e2
parent017271e7e76f06c994dde905829249c7d3641c87 (diff)
Update content for md
-rw-r--r--gemfeed/DRAFT-kiss-server-monitoring-with-gogios.md18
-rw-r--r--index.md2
-rw-r--r--uptime-stats.md2
3 files changed, 11 insertions, 11 deletions
diff --git a/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.md b/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.md
index 8af7a66a..9772ca10 100644
--- a/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.md
+++ b/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.md
@@ -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 theory, Gogios scales to a couple of thousand checks, though. 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](https://codeberg.org/snonux/gogios)
+
```
_____________________________ ____________________________
/ \ / \
@@ -23,17 +31,9 @@ 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](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. 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.
+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.
My primary goal was to have a single email address for notifications and a simple mechanism to periodically execute standard Nagios check scripts and notify me of any state changes. I wanted the most minimalistic monitoring solution possible but wasn't satisfied with the available options.
diff --git a/index.md b/index.md
index c5a8d1b2..ec3d4505 100644
--- a/index.md
+++ b/index.md
@@ -1,6 +1,6 @@
# foo.zone
-> This site was generated at 2023-04-26T22:49:37+03:00 by `Gemtexter`
+> This site was generated at 2023-04-29T11:14:02+03:00 by `Gemtexter`
```
|\---/|
diff --git a/uptime-stats.md b/uptime-stats.md
index e2588f6e..5e13add0 100644
--- a/uptime-stats.md
+++ b/uptime-stats.md
@@ -1,6 +1,6 @@
# My machine uptime stats
-> This site was last updated at 2023-04-26T22:49:37+03:00
+> This site was last updated at 2023-04-29T11:14:02+03:00
The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine.