Purple-Devs / health_check

Simple health check of Rails app for use with uptime checking sites like newrelic and pingdom
MIT License
476 stars 125 forks source link

Can error output be disabled? #71

Closed wesley-harding closed 6 years ago

wesley-harding commented 6 years ago

Is it possible to disable the error output for failed health checks? Or at least minimize the output details to simply the name of the check that failed?

This gem seems incredibly useful, but I'm concerned that it might leak some sensitive information if a healthcheck were to fail.

I'm open to submitting a PR to enable configurable output suppression.

tierra commented 6 years ago

Re-opening since it doesn't look like this made it into the latest round of releases. Note changes since v3.0.0: https://github.com/ianheggie/health_check/compare/v3.0.0...master