icinga-hubot-script
Version:
A hubot script that takes notification messages from Icinga and post them to any IRC channel
26 lines (17 loc) • 626 B
Markdown
# Hubot: icinga-hubot-script
[](https://travis-ci.org/JoergFiedler/icinga-hubot)
A hubot script that takes notification messages from Icinga and post them to any IRC channel.
See [`src/icinga-hubot.coffee`](src/icinga-hubot.coffee) for full documentation.
## Installation
Add **icinga-hubot-script** to your `package.json` file:
```json
"dependencies": {
"hubot": ">= 2.5.1",
"icinga-hubot-script": ">= 0.1.0",
}
```
Add **icinga-hubot-script** to your `external-scripts.json`:
```json
["icinga-hubot-script"]
```
Run `npm install`