Skip to content

link0/puppet-collectd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

link0/puppet-collectd

Build status License badge Puppet badge

Overview

The link0/collectd module installs, configures and manages the NRPE service.

Usage

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

Releases

No releases published

Packages

No packages published