summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 11:46:02 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 11:46:02 +0000
commitbad976aee83677afeccdd9750fe791e7665fbfbd (patch)
tree0d5152effd48a7424cfda84140a97e77afcd683a /manifests
parent24a5855d19e604e2d1cd23270d6d2514a2839ee0 (diff)
neuer versuch mit munin für immer1-5
git-svn-id: https://svn/ipuppet/trunk/modules/munin@662 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp16
1 files changed, 16 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 535d76d..df31fe2 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -259,3 +259,19 @@ class munin::plugins::djbdns inherits munin::plugins::base {
}
}
+class munin::plugins::postgres inherits munin::plugins::base {
+ file {
+ [ "$script_path_default/pg_conn" ]:
+ source => "puppet://$servername/munin/plugins/pg_conn",
+ ensure => file,
+ mode => 0755, owner => root, group => 0;
+ [ "$script_path_default/pg__connections" ]:
+ source => "puppet://$servername/munin/plugins/pg__connections",
+ ensure => file,
+ mode => 0755, owner => root, group => 0;
+ [ "$script_path_default/pg__locks" ]:
+ source => "puppet://$servername/munin/plugins/pg__locks",
+ ensure => file,
+ mode => 0755, owner => root, group => 0;
+ }
+}