diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystem/ups.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/subsystem/ups.pp b/manifests/subsystem/ups.pp index e9a0235..517bbf3 100644 --- a/manifests/subsystem/ups.pp +++ b/manifests/subsystem/ups.pp @@ -24,6 +24,8 @@ class nodo::subsystem::ups( } # 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': ensure => $munin ? { true => present, |