diff options
| author | Paul Buetow <paul@buetow.org> | 2023-05-31 23:54:50 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-05-31 23:54:50 +0300 |
| commit | 830866a3ec1fc7638a71b00903e1131fbcefb46f (patch) | |
| tree | f536ca2516332b2c8979784356a32f1fc10b6de9 | |
| parent | e40606ecc44770f551ed4823d89d63602bc8b27f (diff) | |
change wording
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +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. With its simple configuration, Gogios is a perfect solution for those seeking 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. + +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. -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. 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 |
