summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rwxr-xr-xgogiosbin0 -> 6001368 bytes
-rw-r--r--gogios-small.pngbin0 -> 56698 bytes
-rw-r--r--gogios.pngbin0 -> 1360078 bytes
4 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.
diff --git a/gogios b/gogios
new file mode 100755
index 0000000..1931341
--- /dev/null
+++ b/gogios
Binary files differ
diff --git a/gogios-small.png b/gogios-small.png
new file mode 100644
index 0000000..aebe695
--- /dev/null
+++ b/gogios-small.png
Binary files differ
diff --git a/gogios.png b/gogios.png
new file mode 100644
index 0000000..0def217
--- /dev/null
+++ b/gogios.png
Binary files differ