summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
blob: b8c9e2fc884d3ae5147effd7b11bd91dbb3b47fc (plain)
1
2
3
4
5
6
7
8
9
# manifests/munin.pp

class squid::munin {
    munin::plugin{ 'squid_cache': }
    munin::plugin{ 'squid_icp': }
    munin::plugin{ 'squid_requests': }
    munin::plugin{ 'squid_traffic': }
    munin::plugin::deploy{ 'squid_efficiency': source => "puppet://$server/squid/munin/squid_efficiency" }
}