Skip to content

Commit

Permalink
Merge pull request #59 from sul-dlss/no-database-check
Browse files Browse the repository at this point in the history
no activerecord check necessary for okcomputer
  • Loading branch information
cbeer committed Jan 14, 2017
2 parents bec15ce + 718a8f8 commit 02395c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/okcomputer.rb
Original file line number Diff line number Diff line change
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 02395c3

Please sign in to comment.