Skip to content

hotakasaito/hubot-healthcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published