Enable Puppet Server's Graphite support
Use the PE Master node group in the Puppet Enterprise (PE) console to configure Puppet Server's metrics output settings.
- In the PE console, go to Node groups > PE Infrastructure > PE Master.
- On the Classes tab, locate the
puppet_enterprise::profile::masterclass, and add these parameters:- Set
metrics_graphite_enabledtotrue(the default is false). - Set
metrics_server_idto the primary server hostname. - Set
metrics_graphite_hostto the hostname of the agent node where you're running Graphite and Grafana. - Set
metrics_graphite_update_interval_secondsto an integer representing a number of seconds. This is the frequency at which Graphite updates, and the default value is60seconds.
- Set
- Verify that these parameters are
set to their default values, unless your Graphite server
uses a non-standard port:
- Confirm
metrics_jmx_enabledis set totrue. - Confirm
metrics_graphite_portis set to2003or the Graphite port on your Graphite server. - Confirm
profiler_enabledis set totrue.
- Confirm
- Commit changes.






