summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-10-01 21:02:55 +0000
committermh <mh@immerda.ch>2008-10-01 21:02:55 +0000
commit9e11da55d499b9b01fd1776a969aeef21e6def87 (patch)
treeddabf075c8f3897ad625254906618b8b83a76614 /manifests/plugin.pp
parentc919dd6dd636c8fff4260b26c5d3422a67e8531b (diff)
merged with puzzle
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp8
1 files changed, 3 insertions, 5 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 4395cef..4e922ed 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -155,6 +155,9 @@ class munin::plugins::base {
mode => 0644, owner => root, group => 0,
notify => Service['munin-node'],
}
+
+ munin::plugin {'uptime': ensure => present, }
+
case $kernel {
openbsd: {
File['/etc/munin/plugin-conf.d/munin-node']{
@@ -265,11 +268,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';