Puppet Class: newrelic
- Defined in:
- manifests/init.pp
Overview
Class: newrelic
This class installs and configures NewRelic server monitoring and NewRelic PHP agent.
Parameters
Variables
Examples
Authors
Felipe Salum <fsalum@gmail.com>
Copyright
Copyright 2012 Felipe Salum, unless otherwise noted.
19 20 21 22 23 |
# File 'manifests/init.pp', line 19
class newrelic {
require newrelic::params
}
|