From e16551146949b67ae430fc371d38845e8c7caa30 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 2 Aug 2016 18:29:47 +0200 Subject: [PATCH] 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. --- ganglia/templates/gmond.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ganglia/templates/gmond.j2 b/ganglia/templates/gmond.j2 index e972175d..c581cfb9 100644 --- a/ganglia/templates/gmond.j2 +++ b/ganglia/templates/gmond.j2 @@ -44,7 +44,9 @@ udp_send_channel { udp_recv_channel { mcast_join = {{ ganglia_gmond_mcast_addr }} port = {{ ganglia_gmond_cluster_port }} + {% if '{{ ansible_distribution }}' == 'Ubuntu' %} buffer = {{ ganglia_udp_recv_buffer }} + {% endif %} } {% else %}