Skip to content

fitgurus/hubot-uptime-robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-uptime-robot

A hubot script that shows the status of all Uptime Robot Monitors.

See src/uptimerobot.coffee for full documentation.

Configuration

Add the Uptime Robot account API key with the environment variable HUBOT_UPTIMEROBOT_APIKEY

Installation

In hubot project repo, run:

npm install hubot-uptime-robot --save

Then add hubot-uptime-robot to your external-scripts.json:

[
  "hubot-uptime-robot"
]

Sample Interaction

user1>> hubot uptime
hubot>> 
Name      Status  Uptime
--------  ------  ------
Website   DOWN    99.95%
API       UP      100%

About

A hubot script that shows the status of all Uptime Robot monitors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published