Browse Source

Fix default values for $munin_masters and $munin_nodes

Emmanuel Bouthenot 11 years ago
parent
commit
fe6e9ac4eb
1 changed files with 3 additions and 2 deletions
  1. 3 2
      group_vars/monitoring

+ 3 - 2
group_vars/monitoring

@@ -10,8 +10,9 @@ munin_master_vhostname: localhost
 munin_master_vhostport: 80
 
 munin_masters:
-  - 127.0.0.1
+  - 127.0.0.1/32
 munin_nodes:
-  - 127.0.0.1
+  - node: localhost
+    address: 127.0.0.1
 
 # vim: ft=yaml