summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-08-05 17:38:46 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-08-05 17:38:46 +0200
commit17fd283a948527e37f1d76937cbeb655953d40dc (patch)
tree46081a45e15cca04e2aeea10bbd29b76ed81d2de /manifests/plugin.pp
parent2e0061641a88eb54eba316c47a4caa24ecbd9ce2 (diff)
factored postgres plugins into the postgres module
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 741de30..45fde08 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -246,11 +246,6 @@ class munin::plugins::selinux inherits munin::plugins::base {
munin::plugin::deploy { "selinux_avcstats": }
}
-class munin::plugins::postgres inherits munin::plugins::base {
- munin::plugin::deploy { "pg_conn": }
- munin::plugin::deploy { "pg__connections": ensure => 'absent' }
- munin::plugin::deploy { "pg__locks": ensure => 'absent' }
-}
class munin::plugins::nagios inherits munin::plugins::base {
munin::plugin::deploy {
nagios_hosts: config => 'user root';