From 0dc22f943e9e45c16da4815bf971a4253bc56d0b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 1 Jun 2023 20:49:54 +0300 Subject: Add Gogios logo --- README.md | 3 +-- gogios | Bin 0 -> 6001368 bytes gogios-small.png | Bin 0 -> 56698 bytes gogios.png | Bin 0 -> 1360078 bytes 4 files changed, 1 insertion(+), 2 deletions(-) create mode 100755 gogios create mode 100644 gogios-small.png create mode 100644 gogios.png 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 Binary files /dev/null and b/gogios differ diff --git a/gogios-small.png b/gogios-small.png new file mode 100644 index 0000000..aebe695 Binary files /dev/null and b/gogios-small.png differ diff --git a/gogios.png b/gogios.png new file mode 100644 index 0000000..0def217 Binary files /dev/null and b/gogios.png differ -- cgit v1.2.3