-
Notifications
You must be signed in to change notification settings - Fork 17
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
Monitoring endpoint #137
Comments
Here are the Utility endpoints that we have for Mozilla Services and especially Kinto: https://kinto.readthedocs.io/en/latest/api/1.x/utilities.html |
For others to discover, I have noticed that if the Redis backend drops the broken (by design) panics immediately and dies which is perfect. For an actual status URL |
Considering we crash for Redis failures, and SMTP is not really a permanent connection but request-based, I'm wondering what we should actually do here? We now have |
Well, I guess the intent of the original author (^^) might have been to get an impression on whether the broker is properly working. Can it fetch data, do emails go out. Does |
Agreeing with @stephank as I do not think any actual development work needs to be done here. What is needed is official advice in the documentation on what the administrator should use when faced with adding monitoring for the service; whether that is in the form of a Nagios check, Docker You just need to formally declare what the URL to use is. I would recommend The alternative is add a dedicated checking route, or make it |
It'd be nice to have an API monitoring endpoint that does a quick check of Redis and SMTP connections. We could formalise
/ver.txt
as this.But I'm also guessing the thing should be optional and disabled on the public broker?
The text was updated successfully, but these errors were encountered: