Skip to content

Commit

Permalink
Added a heartbeat for our proxies to check.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Oct 11, 2012
1 parent ab8f2c9 commit 17d9ad9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions busmon/controllers/root.py
Expand Up @@ -26,3 +26,8 @@ def index(self):
timeseries=MessagesTimeSeries(id='messages-time-series'),
colorized_messages=ColorizedMessagesWidget,
)

@expose('')
def _heartbeat(self):
""" A nice lightweight url for our proxies to check. """
return "I am ok. Thanks for asking."

0 comments on commit 17d9ad9

Please sign in to comment.