summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-06-01 22:09:31 +0300
committerPaul Buetow <paul@buetow.org>2023-06-01 22:09:31 +0300
commit9938f9c9f68d4159e62e76664c58b0e51f8a0df6 (patch)
tree60a341cf9a431ce41f738b988a50c20da5a4499b /gemfeed
parent21d8c75c016fdd6d0299b5b0a1eb48498c5f9517 (diff)
Update content for md
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.md b/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.md
index 11312999..239c0efa 100644
--- a/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.md
+++ b/gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.md
@@ -8,7 +8,7 @@
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.
+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. You can clone it from Codeberg here:
[https://codeberg.org/snonux/gogios](https://codeberg.org/snonux/gogios)