Puppet Class: munin::plugins::muninhost
- Defined in:
- manifests/plugins/muninhost.pp
Overview
Set up the plugins for a munin host
2 3 4 |
# File 'manifests/plugins/muninhost.pp', line 2
class munin::plugins::muninhost {
munin::plugin { ['munin_update', 'munin_graph']: }
}
|