SLAPI Plugin for New Relic
Currently in Beta
Basic Support for APM and Servers Services from New Relic
- Get an integration API Key: https://docs.newrelic.com/docs/apis/rest-api-v2/requirements/api-keys#viewing
- Set the NR_TOKEN in the config below or you can use the example file newrelic.example.yml
- Inside SLAPI Directory, place configured file at
./config/plugins/newrelic.yml
- Start bot or just run
@bot reload
from chat - Profit
plugin:
type: api
managed: true
api_config:
url: 'http://localhost:4700'
endpoint: '/command'
config:
Image: 'slapi/slapin-newrelic'
Env:
- NR_TOKEN='00000000000CHANGEME'
Primary commands are broken down by New Relic Services, then expanded on from there.
Main Level command lists all Apps (APM) in New Relic and their current status
@bot apps
Main Level command lists all servers reporting to New Relic and their current status
@bot servers