library/vars/isti-global.yml: Install and configure munin by default.

This commit is contained in:
Andrea Dell'Amico 2015-10-14 14:47:23 +02:00
parent f0468f467c
commit 8e104cec4a
1 changed files with 3 additions and 1 deletions

View File

@ -144,12 +144,14 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
{% if munin_server is defined and configure_munin is defined and configure_munin %} {% if configure_munin %}
{% if munin_server %}
{% for ip in munin_server %} {% for ip in munin_server %}
# Munin # Munin
-A INPUT -m state --state NEW -s {{ ip }} -p tcp -m tcp --dport 4949 -j ACCEPT -A INPUT -m state --state NEW -s {{ ip }} -p tcp -m tcp --dport 4949 -j ACCEPT
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endif %}
{% if ganglia_enabled %} {% if ganglia_enabled %}
{% if ganglia_gmond_cluster_port is defined %} {% if ganglia_gmond_cluster_port is defined %}