File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ganglia_monitor/templates Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
# data_source "my grid" 50 1.3.4.7:8655 grid.org:8651 grid-backup.org:8651
41
41
# data_source "another source" 1.3.4.7:8655 1.3.4.8
42
42
43
- data_source "Hadoop" {{ hostvars[groups["masters"][0]][' ansible_default_ipv4' ]["address"] }} {{ hostvars[groups["masters"][1]][' ansible_default_ipv4' ]["address"] }}
43
+ data_source "Hadoop" {{ hostvars[groups["masters"][0]][" ansible_default_ipv4" ]["address"] }} {{ hostvars[groups["masters"][1]][" ansible_default_ipv4" ]["address"] }}
44
44
45
45
#
46
46
# Round-Robin Archives
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ host {
36
36
also have each node send the same information to more than one place for redundancy. */
37
37
38
38
udp_send_channel {
39
- host = {{ hostvars[groups["masters"][0]][' ansible_default_ipv4' ]["address"] }}
39
+ host = {{ hostvars[groups["masters"][0]][" ansible_default_ipv4" ]["address"] }}
40
40
port = {{ ganglia_udp_send|default('8649') }}
41
41
}
42
42
43
43
udp_send_channel {
44
- host = {{ hostvars[groups["masters"][1]][' ansible_default_ipv4' ]["address"] }}
44
+ host = {{ hostvars[groups["masters"][1]][" ansible_default_ipv4" ]["address"] }}
45
45
port = {{ ganglia_udp_accept|default('8649') }}
46
46
}
47
47
Original file line number Diff line number Diff line change 19
19
<match syslog.**>
20
20
type elasticsearch
21
21
logstash_format true
22
- host {{ hostvars[groups["monitors"][0]][' ansible_default_ipv4' ]["address"] }}
22
+ host {{ hostvars[groups["monitors"][0]][" ansible_default_ipv4" ]["address"] }}
23
23
</match>
You can’t perform that action at this time.
0 commit comments