Skip to content

nikhilgorantla/hubot-cachet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-cachet

Build Status

A hubot script to manage incidents/statuses with Cachet.

Installation

In hubot project repo, run:

npm install hubot-cachethq --save

Then add hubot-cachethq to your external-scripts.json:

[
    "hubot-cachethq"
]

Usage

Most of the commands are available under the cachet namespace:

hubot help cachet

For simplicity purpose, incidents are managed without this namespace:

hubot help incident

See src/cachet.coffee for full documentation.

Screenshots

License

hubot-cachet is released under the MIT License. See the bundled LICENSE file for details.

About

A hubot script to manage incidents/statuses with Cachet.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 95.5%
  • JavaScript 3.1%
  • Shell 1.4%