Skip to content

ageorgin/uptime-hipchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uptime-hipchat

This Uptime (https://github.com/fzaninotto/uptime) plugin notifies an HipChat Room using API v2.

To use the plugin, first install it using npm while in the Uptime directory:

$ npm install uptime-hipchat

Then to enable it, add it to the configuration file ie config/default.yaml, as follows:

plugins:
    - ./node_modules/uptime-hipchat/

Customize the settings in the config/default.yaml configuration file, adding a hipchat section, as in the example below:

hipchat:
  roomId: <your room id>
  token: <your token>
  url: 'http://localhost:8082'

About

Send uptime notifications to HipChat Room using API v2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published