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

add option to define if periods are wanted #114

Open lcx opened 3 years ago

lcx commented 3 years ago

by default a period + space will be added at the end of the message. if this behaviour isn't desired, it can now be turned off by defining config.do_not_add_period = true

this would solve #113