Forge Home

newrelic_server_monitor

New Relic Server Monitoring module

12,009 downloads

10,755 latest version

4.2 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

  • 2.0.3 (latest)
  • 2.0.2
  • 2.0.1
  • 2.0.0
  • 1.0.0
released Mar 8th 2013

Start using this module

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

Add this module to your Puppetfile:

mod 'plainprogrammer-newrelic_server_monitor', '2.0.3'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add plainprogrammer-newrelic_server_monitor
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install plainprogrammer-newrelic_server_monitor --version 2.0.3

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

Documentation

plainprogrammer/newrelic_server_monitor — version 2.0.3 Mar 8th 2013

New Relic Server Monitoring

Build Status

A module to add New Relic Server Monitoring to your nodes.

Platforms

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

  • Ubuntu 12.04 (32 & 64)
  • CentOS 6.0 (64)

This module has been tested against the following versions of Puppet:

  • Puppet 3.0.2
  • Puppet 2.7.20

Requirements

This module has not external dependencies.

Installation

puppet module install plainprogrammer/newrelic_server_monitor

Usage

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