Puppet Class: collectd::plugin::tail

Defined in:
manifests/plugin/tail.pp

Overview

Parameters:

  • interval (Any) (defaults to: undef)


3
4
5
6
7
8
9
# File 'manifests/plugin/tail.pp', line 3

class collectd::plugin::tail (
  $interval = undef,
){
  collectd::plugin { 'tail':
    interval => $interval,
  }
}