Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
/ hubot-available Public archive

A hubot script that periodically checks whether a server is available or not. Please note, I will not do further development on this project.

Notifications You must be signed in to change notification settings

filipre/hubot-available

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-available

A hubot script that periodically checks whether a server is available or not.

See src/available.coffee for full documentation.

example

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 commands
  • hubot 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 url
  • hubot available:list [all]: List all jobs in the room (or of all rooms)

About

A hubot script that periodically checks whether a server is available or not. Please note, I will not do further development on this project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages