From 9e11da55d499b9b01fd1776a969aeef21e6def87 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 1 Oct 2008 21:02:55 +0000 Subject: merged with puzzle --- manifests/plugin.pp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'manifests/plugin.pp') 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'; -- cgit v1.2.3