summaryrefslogtreecommitdiff
path: root/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-06-01 22:05:19 +0300
committerPaul Buetow <paul@buetow.org>2023-06-01 22:05:19 +0300
commitd52bac2777f4f8bb12d951f5014c76fd82680cf1 (patch)
tree17b0263b88f2845100fff15c739d49e4e105505a /gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi
parentf76adac5a3dc43d678c2650b8042545405649a32 (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi')
-rw-r--r--gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi b/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi
index 161b7aaf..e6327a3d 100644
--- a/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi
+++ b/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.gmi
@@ -41,7 +41,7 @@ With experience in monitoring solutions like Nagios, Icinga, Prometheus and OpsG
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.
-This led me to create Gogios, a lightweight monitoring tool tailored to my specific needs. I chose the Go programming language for this project as it allowed me to refresh my Go programming skills and provided a robust platform for developing a fast and efficient monitoring tool. Gogios eliminates unnecessary features and focuses on simplicity, providing a no-frills monitoring solution.
+This led me to create Gogios, a lightweight monitoring tool tailored to my specific needs. I chose the Go programming language for this project as it comes, in my opinion, with the best balance of ease to use and performance. Gogios eliminates unnecessary features and focuses on simplicity, providing a no-frills monitoring solution.
## Features