Back
AllGood

AllGood

#allgood

Add quick, simple, and beautiful health checks to your Rails application via a /healthcheck page. You can then use that endpoint to monitor the health of your application via UptimeRobot, Pingdom, etc.
Release v0.3.0 #allgood
See similar todos

No replies yet

Add a `run: "2 times per day"` option to rate limit some checks (example: expensive API calls) #allgood
See similar todos

No replies yet

Add a `run: "2 times per day"` option to rate limit some checks (example: expensive API calls) #allgood
See similar todos

No replies yet

Update README #allgood
See similar todos

No replies yet

Add ActionCable checks to example `allgood.rb` #allgood
See similar todos

No replies yet

Add TODO to `.gitignore` #allgood
See similar todos

No replies yet

Improve `examples/allgood.rb` #allgood
See similar todos

No replies yet

Improve Gemspec #allgood
See similar todos

No replies yet

Release new allgood gem version v0.2.0 now with environment-specific checks #allgood
See similar todos

No replies yet

Improve Gemspec #allgood
See similar todos

No replies yet

Add and display information on why a check was skipped, so checks just don't dissapear from the view when conditions are not met #allgood
See similar todos

No replies yet

Add options to each check, so certain checks can be skipped e.g. if the environment is not production #allgood
See similar todos
Add SolidQueue checks to example `allgood.rb` #allgood
See similar todos

No replies yet

Prevent segfault when requiring gems in allgood.rb The gem was loading configuration before Rails finished initializing all gems, which could cause segfaults with certain gems like Vips. Changed to use config.after_initialize to ensure all gems are properly loaded first. #allgood
See similar todos

No replies yet

Add `vips` checks to example `allgood.rb` config #allgood
See similar todos

No replies yet

Fix `ActiveRecord::Base.connection.active?` returning `false` in Rails 8 as discussed in #1 #allgood
See similar todos

No replies yet

Fix issue on the allgood config by default as reported by one user and add warning for Kamal users #allgood
See similar todos

No replies yet

Add warning for Kamal users #allgood
See similar todos

No replies yet

Add an example `allgood.rb` file that can be used as a starting point #allgood
See similar todos

No replies yet

Fix bad default config for Rails 8 as discussed in #1 #allgood
See similar todos

No replies yet