The link0/collectd module installs, configures and manages the NRPE service.
Basic usage accepting all defaults (installation, configuration, managing the service, etcetera)
include ::collectd
Although, if you would like to have more control over the service, you can pass parameters like this:
class { '::collectd':
package_ensure => latest,
service_manage => false,
}
These settings can also be overridden by using Hiera
collectd::service_manage: false