1.1.1 • Published 7 years ago

statuspage-controller-irc v1.1.1

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

statuspage-controller-irc

IRC plugin for statuspage-controller

This plugin will broadcast statuspage.io component status updates to IRC channels

Useful if your company hosts an internal IRC server.

Usage

var StatuspageController = require('statuspage-controller');
var IrcPlugin = require('statuspage-controller-irc');

var plugin_config = {
    host: 'irc.host',
    nick: 'Statuspage',
    prefix: '[test status page]',
    channels: [
        '#mychannel'
    ]
};

var spc = new StatuspageController();

spc.addPlugin(new IrcPlugin(plugin_config));

spc.start();
1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago