summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-19 15:12:10 +0000
committermh <mh@immerda.ch>2008-07-19 15:12:10 +0000
commitedf55dda28e3642fd9fc849bcfd91f09e3844161 (patch)
tree92e50986dfd29674aab1033e71c9ca88aad4c5df /manifests/plugin.pp
parent97bc6c369695a5c67ae7bb16c1d5fbc4e35f38e6 (diff)
factored out squid munin plugin, cleaned up some whitespaces in xen plugin
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 9111aec..2065c79 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -246,13 +246,6 @@ class munin::plugins::selinux inherits munin::plugins::base {
munin::plugin::deploy { "selinux_avcstats": }
}
-class munin::plugins::squid inherits munin::plugins::base {
- munin::plugin{ 'squid_cache': config => "user root\nenv.squidhost localhost\nenv.squidport 80"}
- munin::plugin{ 'squid_icp': }
- munin::plugin{ 'squid_requests': }
- munin::plugin{ 'squid_traffic': }
-}
-
class munin::plugins::postgres inherits munin::plugins::base {
munin::plugin::deploy { "pg_conn": }
munin::plugin::deploy { "pg__connections": ensure => 'absent' }