dcsan / gitterbot

GitterBot / gitter chatbot with Wiki integration, and more!
https://gitter.im/dcsan/gitterbot
61 stars 83 forks source link

uptime monitor #161

Closed dcsan closed 9 years ago

dcsan commented 9 years ago

the bot should respond to an API call somewhere and then we can have an uptime monitor

dcsan commented 9 years ago

if botstatus replied over http (responded to a GET request) that would be fine.

SaintPeter commented 9 years ago

So you're talking about just adding a listener on HTTP for "GET" that would respond 200/OK?

dcsan commented 9 years ago

yeah it could also send back the botstatus (version info etc) as later I may add stats like "concurrent users" there or some other info.

SaintPeter commented 9 years ago

Well, I've just got it replying "OK" right now. We can add more stuff later.

dcsan commented 9 years ago

awesome! i'll merge + deploy tonite /tmrw