0.0.6 • Published 8 years ago

hubot-librato v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-librato

Librato integration for Hubot

Installation

In your hubot repository, run:

npm install hubot-librato --save

Then add hubot-librato to your external-scripts.json:

["hubot-librato"]

Configuration

graph me requires a bit of configuration to get everything working:

  • HUBOT_LIBRATO_USER - Your librato user (example@foo.bar)
  • HUBOT_LIBRATO_TOKEN - Found on your account page

Example interactions

View a graph from librato

ekosz> hubot graph me recent exceptions
hubot> ekosz: http://snapshots.librato.com/instrument/xxxxxxxx-9999.png

Limit the graph to a time period

ekosz> hubot graph me purchases over the last 3 hours
hubot> ekosz: http://snapshots.librato.com/instrument/jjjjjjjj-1111.png
0.0.6

8 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago