summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-04-21 22:09:11 +0300
committerPaul Buetow <paul@buetow.org>2023-04-21 22:09:11 +0300
commit63386d3381b0fdf42bd350402424ac8389e30832 (patch)
treec021fbf413173e0fca64e2672cdf520e32e119ad
parent37d0321031af1e43f0c8ac20d14a21e7ef2e3ae1 (diff)
s/Golang/Go/g
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0466587..01af458 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Gogios
-Gogios is a minimalistic and easy-to-use monitoring tool written in Golang, compatible with the Nagios Check Plugins. It is designed to periodically execute checks and send monitoring status via email. With its simple configuration, Gogios is a perfect solution for those looking for a lightweight monitoring solution that integrates well with the Nagios ecosystem.
+Gogios is a minimalistic and easy-to-use monitoring tool written in Go, compatible with the Nagios Check Plugins. It is designed to periodically execute checks and send monitoring status via email. With its simple configuration, Gogios is a perfect solution for those looking for a lightweight monitoring solution that integrates well with the Nagios ecosystem.
Gogios is a lightweight and minimalistic monitoring tool that is not designed for large-scale monitoring. It is ideal for monitoring self-hosted servers in a very small scale, such as only a handful of servers and/or virtual machines. If you have a limited number of resources to monitor and require a simple yet effective solution, Gogios is a great choice. However, for larger environments with more complex monitoring requirements, it might be necessary to consider other monitoring solutions that are better suited for managing and scaling with increased monitoring demands.