diff --git a/roles/icinga2_server/templates/conf.d/services.conf.j2 b/roles/icinga2_server/templates/conf.d/services.conf.j2 index 454f8bd..48ae8d0 100644 --- a/roles/icinga2_server/templates/conf.d/services.conf.j2 +++ b/roles/icinga2_server/templates/conf.d/services.conf.j2 @@ -200,7 +200,7 @@ apply Service "lastupdate_by_ssh" { vars.by_ssh_command = "$by_ssh_custom_plugins_path$check_file_age -w 93600 -c 180000 -f /var/lastupdate" - assign where host.vars.os == "Linux" && host.vars.agent_type == "ssh" && host.name != "hv01.wirebrass.fr" && host.name != "hv02.wirebrass.fr" && host.name != "hv03.wirebrass.fr" && host.name != "radiosupinfo.wirebrass.fr" && host.name != "radio.supinfo.com.wirebrass.fr" + assign where host.vars.os == "Linux" && host.vars.agent_type == "ssh" && host.name != "hv01.wirebrass.fr" }