summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-09-10 15:44:25 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-09-10 15:44:25 +0200
commit93be07edbcea844e2efe56191cda62bf44b6654c (patch)
tree261a3f195ccaf961f605ec7bb68c378c4b4e80ca /manifests/plugin.pp
parentb4b44f82ead03b0cb26816e19e3975e8ada6b229 (diff)
added uptime plugin for all
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp3
1 files changed, 3 insertions, 0 deletions
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 {