icinga-hubot-script

A hubot script that takes notification messages from Icinga and post them to any IRC channel

Usage no npm install needed!

<script type="module">
  import icingaHubotScript from 'https://cdn.skypack.dev/icinga-hubot-script';
</script>

README

Hubot: icinga-hubot-script

Build Status

A hubot script that takes notification messages from Icinga and post them to any IRC channel. You'll need to install a plugin for Icinga as well. The plugin can be found here.

See src/icinga-hubot.coffee for further documentation.

Installation

Add icinga-hubot-script to your package.json file:

"dependencies": {
  "hubot": ">= 2.5.1",
  "icinga-hubot-script": ">= 0.1.0",
}

Add icinga-hubot-script to your external-scripts.json:

["icinga-hubot-script"]

Run npm install