hubot-victorops-tlrg
v0.0.12
Published
A Hubot adapter that allows Hubot to join your VictorOps timeline.
Maintainers
Readme
Hubot VictorOps Adapter
Description
This Hubot adapter allows your Hubot to join your VictorOps timeline. You can then address Hubot with timeline chat messages in the usual way:
@hubot pug bomb 5Installation
First, install Hubot according to the instructions: https://github.com/github/hubot/tree/master/docs
Add the VictorOps adapter to your Hubot's dependencies in package.json:
... "dependencies": { "hubot-victorops": ">=0.0.2", ... } ...Run Hubot with the VictorOps adapter:
bin/hubot --adapter victorops
Configuration
Your Hubot will need a login key to connect to VictorOps. Your Hubot key is available at the "Hubot" link of your VictorOps Integrations page. Configuration of the key is in an environment variable:
export HUBOT_VICTOROPS_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxInstallation alternatives
Rather than edit your Hubot's dependencies, you can install the adapter directly from github:
npm install git://github.com/victorops/hubot-victorops.gitOr from npmjs.org:
npm install hubot-victoropsCopyright
Copyright © 2014 VictorOps, Inc.
