do not put jinja2 template items into a static file

This commit is contained in:
Stephen Smoogen 2022-11-17 16:00:22 -05:00
parent e6b3fb1904
commit 4fe28d9291

View file

@ -12,11 +12,9 @@ define service {
use criticaltemplate
}
{% if vars['nagios_location'] == 'external' %}
define service {
host_name nagios-external.fedoraproject.org
service_description ICMP-Ping6-check
check_command check-host-alive6!fedorapeople.org!1500.0,20%!2500.0,80%
use criticaltemplate
}
{% endif %}