summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-06-01 20:49:54 +0300
committerPaul Buetow <paul@buetow.org>2023-06-01 20:51:24 +0300
commit0dc22f943e9e45c16da4815bf971a4253bc56d0b (patch)
treeddb863c14c604f679bc7406e35414a0700c8a37a /README.md
parent830866a3ec1fc7638a71b00903e1131fbcefb46f (diff)
Add Gogios logo
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6d6894b..fa6e186 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,9 @@
# Gogios
-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.
+![Gogios](gogios-small.png "Gogios")
Gogios is a lightweight and minimalistic monitoring tool not designed for large-scale monitoring. It is ideal for monitoring self-hosted servers on a tiny scale, such as only a handful of servers or virtual machines (e.g. my personal infrastructure). If you have limited resources to monitor and require a simple yet effective solution, Gogios is an excellent choice. However, for larger environments with more complex monitoring requirements, it might be necessary to consider other monitoring solutions better suited for managing and scaling with increased monitoring demands.
-
## Example alert
This is an example alert report received via E-Mail. Whereas, `[C:2 W:0 U:0 OK:51]` means that we've got two alerts in status critical, 0 warnings, 0 unknowns and 51 OKs.