summaryrefslogtreecommitdiff
path: root/manifests/plugins/physical.pp
blob: b04845c23890847bd891be39173deb57264957d6 (plain)
1
2
3
4
5
6
7
# Set up the plugins for a physical machine
class munin::plugins::physical {
  case $::kernel {
    linux: { munin::plugin { 'iostat': } }
    default: {}
  }
}