forked from ISTI-ansible-roles/ansible-roles
library/vars/isti-global.yml: Install and configure munin by default.
This commit is contained in:
parent
f0468f467c
commit
8e104cec4a
|
@ -144,12 +144,14 @@
|
|||
{% 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 %}
|
||||
# Munin
|
||||
-A INPUT -m state --state NEW -s {{ ip }} -p tcp -m tcp --dport 4949 -j ACCEPT
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if ganglia_enabled %}
|
||||
{% if ganglia_gmond_cluster_port is defined %}
|
||||
|
|
Loading…
Reference in New Issue