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:
Andrea Dell'Amico 2016-08-02 18:29:47 +02:00
parent 80605e8530
commit e165511469
1 changed files with 2 additions and 0 deletions

View File

@ -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 %}