0.3.0 • Published 9 years ago

hubot-newrelic2 v0.3.0

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

hubot-newrelic2

New Relic stats from hubot

newrelic servers

Installation

npm install --save hubot-newrelic2
  • Add "hubot-newrelic2" into your hubot project's external-scripts.json
  • Add "hubot-newrelic2": "^0.2.0" (or other version) into your package.json
  • Set HUBOT_NEWRELIC_API_KEY to your New Relic API key
  • Set HUBOT_NEWRELIC_API_HOST to api.newrelic.com (usually)

Usage

Note: You can replace 'newrelic' with 'nr' in all these commands.

  • List all commands
hubot newrelic help

Application Related Commands

  • List all applications
hubot newrelic apps
  • Filtered list of applications
hubot newrelic apps name <filter_string>
  • List of single application's instances
hubot newrelic apps instances <app_id>
  • List of single application's hosts
hubot newrelic apps hosts <app_id>

Key Transaction Related Commands

  • List of all key transactions
hubot newrelic ktrans
  • Returns a single key transaction
hubot newrelic ktrans id <ktrans_id>

Server Related Commands

  • List all servers
hubot newrelic servers
  • Filtered list of servers
hubot newrelic servers name <filter_string>

User Related Commands

  • List all account users
hubot newrelic users
  • Filtered list of account users
hubot newrelic user email <filter_string>
0.3.0

9 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.0

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago