Skip to content

Commit

Permalink
no activerecord check necessary for okcomputer
Browse files Browse the repository at this point in the history
  • Loading branch information
peetucket committed Jan 14, 2017
1 parent bec15ce commit 718a8f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/okcomputer.rb
Expand Up @@ -5,6 +5,7 @@
# /status/<name-of-check> for a specific check (e.g. for nagios warning)
OkComputer.mount_at = 'status'
OkComputer.check_in_parallel = true
OkComputer::Registry.deregister "database" # no database in this app

class CustomAppVersionCheck < OkComputer::AppVersionCheck
def version
Expand Down

0 comments on commit 718a8f8

Please sign in to comment.