瀏覽代碼

Fix default values for $munin_masters and $munin_nodes

Emmanuel Bouthenot 11 年之前
父節點
當前提交
fe6e9ac4eb
共有 1 個文件被更改,包括 3 次插入2 次删除
  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