diff options
| author | Paul Buetow <paul@buetow.org> | 2023-05-17 01:06:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-05-17 01:06:32 +0300 |
| commit | a1d045388580658393eb1ee27846156efe0f283a (patch) | |
| tree | 84ca961a16dd5a8217fb5d51834e5d3d1cdd7d80 | |
| parent | 6b42b57b0db9cc312ebddfcca24a8738f9f02fad (diff) | |
update
| -rw-r--r-- | gemfeed/DRAFT-kiss-server-monitoring-with-gogios.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.gmi b/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.gmi index 4e6e4160..e45802fb 100644 --- a/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.gmi +++ b/gemfeed/DRAFT-kiss-server-monitoring-with-gogios.gmi @@ -33,7 +33,7 @@ https://asciiart.website/index.php?art=objects/computers ## 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. +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, 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. |
