diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 09:54:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 09:54:12 -0300 |
commit | 29aee179a934ec6bc8f6fc6a4f8518a059488335 (patch) | |
tree | 465f6919bd0281e10db9bc6b69ed15b8bf590832 /manifests/subsystem | |
parent | 78af03ff5b22b6fae4a09fe5c3066f9e6cd07789 (diff) | |
download | puppet-nodo-29aee179a934ec6bc8f6fc6a4f8518a059488335.tar.gz puppet-nodo-29aee179a934ec6bc8f6fc6a4f8518a059488335.tar.bz2 |
Comment on apc munin plugin
Diffstat (limited to 'manifests/subsystem')
-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, |