Forge Home

newrelic

A module for installing new relic

11,913 downloads

11,380 latest version

4.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.1 (latest)
  • 0.1.0
released Sep 23rd 2014

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'mwillbanks-newrelic', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add mwillbanks-newrelic
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install mwillbanks-newrelic --version 0.1.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: newrelic, new, relic

Documentation

mwillbanks/newrelic — version 0.1.1 Sep 23rd 2014

New Relic Puppet Module

A module to add New Relic to your nodes.

Platforms

This module has been tested against the following target operating systems:

  • Ubuntu 12.04 (32 & 64)

Requirements

This module has no external dependencies.

Installation

puppet module install mwillbanks/newrelic

Usage

class { 'newrelic':
  license_key => 'YOUR_LICENSE_KEY',
  use_latest  => true
}

Credits

This module originated from the newrelic_server_monitor project. Unfortunately it did not work due to the nature of how it was built and was rebuilt due to this. More features may be added in the future depending on need.