diff options
-rw-r--r-- | manifests/subsystem/ups.pp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/manifests/subsystem/ups.pp b/manifests/subsystem/ups.pp index 517bbf3..f57f4fe 100644 --- a/manifests/subsystem/ups.pp +++ b/manifests/subsystem/ups.pp @@ -23,10 +23,7 @@ class nodo::subsystem::ups( minutes => $minutes, } - # Graph local UPS - # We might want to replace the debian plugin with a newer one which better - # maximum limits: http://munin-monitoring.org/browser/munin/plugins/node.d/apc_nis.in - munin::plugin { 'apc_nis': + class { 'apcupsd::munin': ensure => $munin ? { true => present, default => absent, |