Purple-Devs / health_check

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

Colourful html #57

Open ianheggie opened 7 years ago

ianheggie commented 7 years ago

I am thinking of adding colourful html (red background for fail, green for success) as I have used this on a non rails project for a simple 'at a glance' dashboard (each server having a small iframe beside the name so you see a red or green or white (server really down) box - then click on server name to open result in a separate tab.

The default would still be the existing text/plain response - you would need to add .html to force the colourful html response.

Any comments or suggestions?

SlakrHakr commented 6 years ago

+1 I would be all for richer html views.