Display network path performance from AppNeta PathView.
Add hubot-pathview to your package.json
file:
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-pathview": "git://github.com/appneta/hubot-pathview.git#master",
"hubot-hipchat": "~2.5.1-5",
"ntwitter": "~0.5.0",
"shellwords": "~0.1.0",
"bang": "~1.0.4",
"cheerio": "~0.12.3",
"moment": "~2.4.0"
}
Add hubot-pathview to your external-scripts.json
:
["hubot-pathview"]
Run npm install