Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 460 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 460 Bytes

puppet-nrsysmond

Puppet module to install the New Relic Server Monitor

Usage

Easiest way to use this module is to call the nrsysmond parameterized class from your modules.

  class { 'nrsysmond':
    license_key    => '0123456789abcdef0123456789abcdef01234567',
  }

Reference

See the Nrsysmond class for a reference for all the parameters.