aboutsummaryrefslogtreecommitdiff
path: root/manifests/munin.pp
blob: e1b369ae82e2ac72155eca92bf6d7402a6f8f507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# munin plugins for puppet
class tor::munin {
  Munin::Plugin::Deploy {
    config  => "user debian-tor\n env.cookiefile /var/run/tor/control.authcookie"
  }
  munin::plugin::deploy {
    'tor_connections':
      source => 'tor/munin/tor_connections';
    'tor_routers':
      source => 'tor/munin/tor_routers';
    'tor_traffic':
      source => 'tor/munin/tor_traffic';
  }
}