0.0.3 • Published 9 years ago

hubot-healthcheck v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

hubot-healthcheck

healthcheck url

wercker status

Getting Started

  • Setup your hubot
  • Add the script to your hubot.
npm install hubot-healthcheck --save
  • Add hubot-healthcheck to external-scripts.json, like:
["hubot-healthcheck"]
  • Add the config variables, like:
HUBOT_NOTIFICATIONS_ROOM=general@conference.***.xmpp.slack.com
MONGO_URL=mongodb://127.0.0.1:27017/hubot
APP_ROOT_PATH=/var/www/hubot

Healthcheck Url Config

  • ${APP_ROOT_PATH}/config/healthcheck.json

example

{
    "http://example.com/": {
        "watchInterval": 15
    },
    "http://example.com/xxx": {
        "watchInterval": 60
    }
}
0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago