summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-12 14:12:53 +0000
committermh <mh@immerda.ch>2008-04-12 14:12:53 +0000
commitb3ec072deaadf33b19b2ddbf22b1448fdf4532fe (patch)
treeab25a345e7e7bd3820e42df3fd09a46dd97d8c86 /manifests/plugin.pp
parentd68e2e9a2b9808bd99af8002933e5d3c017ea5e8 (diff)
extending apache to centos usage, vhost and crypto stuff on immer8 and class to enable server-status for munin-plugins, where not yet done
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 39e9742..bc9f00c 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -207,6 +207,7 @@ class munin::plugins::djbdns inherits munin::plugins::base {
}
class munin::plugins::apache inherits munin::plugins::base {
+ include apache::status
munin::plugin::deploy { "apache_accesses": }
munin::plugin::deploy { "apache_processes": }
munin::plugin::deploy { "apache_volume": }