hubot-available
v1.1.0
Published
A hubot script that periodically checks whether a server is available or not.
Downloads
7
Maintainers
Readme
hubot-available
A hubot script that periodically checks whether a server is available or not.
See src/available.coffee
for full documentation.
Installation
In hubot project repo, run:
npm install hubot-available --save
Then add hubot-available to your external-scripts.json
:
[
"hubot-available"
]
Commands
hubot available[:help]
: Show commandshubot available:add <url> [interval=<interval>]
: Add a job that checks the url if it is available with an optional interval (default is minutely)hubot available:remove <url>
: Remove a job by urlhubot available:list [all]
: List all jobs in the room (or of all rooms)