From 93be07edbcea844e2efe56191cda62bf44b6654c Mon Sep 17 00:00:00 2001 From: Marcel Haerry Date: Wed, 10 Sep 2008 15:44:25 +0200 Subject: added uptime plugin for all --- manifests/plugin.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/plugin.pp b/manifests/plugin.pp index 45fde08..ee2cbbe 100644 --- a/manifests/plugin.pp +++ b/manifests/plugin.pp @@ -148,6 +148,9 @@ class munin::plugins::base { notify => Service['munin-node'], before => Package['munin-node']; } + + munin::plugin {'uptime': ensure => present, } + case $kernel { linux: { case $vserver { -- cgit v1.2.3