summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-05-11 14:02:11 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-05-11 14:02:11 +0000
commit0449faea92a65380646c5591ee0509fcdc67ab0b (patch)
treef66820079e698074646dd19d68438274ab0555da /manifests
parentd7048f01be3cfdb8e588361c6987283de45a57ef (diff)
added squid plugins
git-svn-id: https://svn/ipuppet/trunk/modules/munin@1428 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index e2827cd..d24b580 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -245,6 +245,13 @@ 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' }