summaryrefslogtreecommitdiff
path: root/manifests/plugins/gentoo.pp
blob: 36f23707322332374cd10c98f9ff808819040848 (plain)
1
2
3
4
5
6
# Set up the plugins for a gentoo host
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"
  }
}