Skip to content

Instantly share code, notes, and snippets.

@augustj
Created December 6, 2013 22:10
Show Gist options
  • Save augustj/7833010 to your computer and use it in GitHub Desktop.
Save augustj/7833010 to your computer and use it in GitHub Desktop.
Redis New Relic Plugin
# Please make sure to update the license_key information with the license key for your New Relic
# account.
#
# This configuration file holds examples for all plugins. You only need to uncomment
# the lines for the product you are using.
#
# Example configuration is shown below. Uncomment (remove #) the needed lines for
# your environment.
#
#
newrelic:
#
# Update with your New Relic account license key:
#
license_key: <%= "#{newrelic_license_key}" %>
#
# Set to '1' for verbose output, remove for normal output.
# All output goes to stdout/stderr.
#
verbose: 1
#
# Agent Configuration:
#
agents:
# Configuration for Redis
redis:
# The - allows you to define multiple servers
-
hostname: local_ip
hostport: 6379
# Set "debug: true" to see metrics in stdout instead of sent to New Relic"
#debug: false
# Set "testrun: true" to use input from local text/html files. Only parses input once, then quits.
#testrun: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment