Puppet Class: munin::plugins::gentoo

Defined in:
manifests/plugins/gentoo.pp

Overview

Set up the plugins for a gentoo host



2
3
4
5
6
# File 'manifests/plugins/gentoo.pp', line 2

class munin::plugins::gentoo {
  munin::plugin::deploy { 'gentoo_lastupdated':
    config => "user portage\nenv.logfile /var/log/emerge.log\nenv.tail        /usr/bin/tail\nenv.grep        /bin/grep"
  }
}