forked from ISTI-ansible-roles/ansible-roles
library/roles/ganglia/templates/gmond.j2: do not use the 'buffer' directive on debian.
nemis-xen/group_vars/ipermob/ganglia.yml: Activate ganglia for the ipermob hypervisors. nemis-xen: Tasks and files for the ganglia conntrack module. Do not install it.
This commit is contained in:
parent
80605e8530
commit
e165511469
|
@ -44,7 +44,9 @@ udp_send_channel {
|
||||||
udp_recv_channel {
|
udp_recv_channel {
|
||||||
mcast_join = {{ ganglia_gmond_mcast_addr }}
|
mcast_join = {{ ganglia_gmond_mcast_addr }}
|
||||||
port = {{ ganglia_gmond_cluster_port }}
|
port = {{ ganglia_gmond_cluster_port }}
|
||||||
|
{% if '{{ ansible_distribution }}' == 'Ubuntu' %}
|
||||||
buffer = {{ ganglia_udp_recv_buffer }}
|
buffer = {{ ganglia_udp_recv_buffer }}
|
||||||
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in New Issue