]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor apc_nis munin update
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 5 Jun 2013 18:57:34 +0000 (15:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 5 Jun 2013 18:57:34 +0000 (15:57 -0300)
manifests/subsystem/ups.pp

index 9802d26a51168aae948cce261d9422f02e526008..915bc403e9e8962a7b6958b975a5c7c9af63b796 100644 (file)
@@ -23,9 +23,11 @@ class nodo::subsystem::ups(
       }
 
       # Graph local UPS
-      munin::plugin { apc_nis:
+      munin::plugin { 'apc_nis':
         ensure => $nisip ? {
           '127.0.0.1' => present,
+          '0.0.0.0'   => present,
+          'localhost' => present,
           default     => absent,
         }
       }