npm.io
0.4.0 • Published 9 years ago

hubot-loggly

Licence
MIT
Version
0.4.0
Deps
0
Vulns
0
Weekly
0

hubot-loggly Build Status

A hubot script to query the Loggly API

See src/loggly.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-loggly --save

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

[
  "hubot-loggly"
]

Sample Interaction

One time query:

user1>> hubot loggly get from -5d until now

Continuous query (using setInterval):

user1>> hubot loggly get every 60 seconds

user1>> hubot loggly deactivate interval