-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs/blog: Write a HOWTO for using Nagios checks as Consul check scripts #967
Comments
I think a simple example would be great to have in this blog post. |
Definitely a good idea, thanks for the suggestion! |
Interesting, I use this sort of setup on my hosts, using a configuration like this:
I also pipe results of nagios checks to a custom script to obtain two results:
The setup is useful in my use case, but has some drawbacks: we use consul dns for service discovery but under heavy load, when a check become critical, the node become red and all the services become critical too. This not always desiderable because standalone services become unavailable from consul dns. I think a good way to improve the setup should be to assign all the checks to a fake service. |
Thank you for reporting! Closing this issue since it is not a real issue. |
Here's an idea for a useful Consul HOWTO guide. Via the conversation at: https://twitter.com/hashicorp/status/601173030937763840
Whereas the return code interface for Consul Check Scripts is the same as Nagios's interface, and whereas there are a plethora of existing Nagios check scripts available as OS packages, here's an idea for a useful Consul Health Monitoring HOWTO guide (blog post):
Blog Post Idea
The text was updated successfully, but these errors were encountered: