summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-15 15:48:43 -0400
committerMicah Anderson <micah@riseup.net>2013-04-15 15:48:43 -0400
commit2f6d7891e115f921c157567e2aa5afd6199c310e (patch)
treef3858a8ce6891d77930ea9ab3a831655820c310d /manifests/munin.pp
parente7d50df18b18c152bfb6eed8fe8a59d2ff0de975 (diff)
add the requirement for perl::extensions::libwww
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index 8b5bda1..2a04e97 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -1,5 +1,8 @@
# manage apache monitoring things
class apache::munin {
+
+ include perl::extensions::libwww
+
munin::plugin{ [ 'apache_accesses', 'apache_processes', 'apache_volume' ]: }
munin::plugin::deploy { 'apache_activity':
source => 'apache/munin/apache_activity',