This should allow for ansible to build correctly the templates for noc01/noc02.

This commit is contained in:
Stephen Smoogen 2022-11-17 12:06:00 -05:00
parent 1250b004ea
commit e36f982263
3 changed files with 10 additions and 9 deletions

View file

@ -12,9 +12,11 @@ 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 %}