make https cert check explicitly require a check_cert variable

master
Michael Wilson 3 years ago
parent 642a701879
commit c35dbe1b83
  1. 2
      common/monitoring/icinga2/files/services/http_services.conf

@ -10,7 +10,7 @@ apply Service "Zertifikat: " for ( vhost => config in host.vars.vhosts ) to Host
vars += config
assign where host.vars.vhosts[vhost]["http_ssl"]
assign where host.vars.vhosts[vhost]["http_ssl"] && host.vars.vhosts[vhost]["check_cert"]
}
apply Service "HTTP(S): " for ( vhost => config in host.vars.vhosts ) to Host {

Loading…
Cancel
Save