1.0.2 • Published 9 years ago

hubot-uptime-robot v1.0.2

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

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%
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago