summaryrefslogtreecommitdiff
path: root/manifests/plugins/gentoo.pp
blob: 27d468907cf80cd74c02e1da64bfaf88d7d4b6ea (plain)
1
2
3
4
5
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"
  }
}