Skip to content

Commit

Permalink
Added heartbeat.checkers.host to the default checkers
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Pradan committed Apr 11, 2016
1 parent 14bddbe commit fb76455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/heartbeat/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def default_checkers():
'heartbeat.checkers.distribution_list',
'heartbeat.checkers.debug_mode',
'heartbeat.checkers.python',
'heartbeat.checkers.host'
]
prepare_redis(heartbeat)
return heartbeat
Expand Down

0 comments on commit fb76455

Please sign in to comment.