agsurfer
Goto Top

Icinga2 https checks funktionieren nicht mehr

Hallo,

seit kurzem funktionieren bei uns im Icinga2 die https checks nicht mehr. Leider finde ich aktuell keinen Grund, warum das der Fall ist.
Manuell kann ich die Seite aufrufen. Ein Update haben wir nicht gemacht.
Die HTTP Checks funktionieren einwandfrei.

templates.conf
template Host "host-router" {  
  import "generic-host"  
  check_period = "24x7"  

  vars.notification.period = "Openhours"  

  max_check_attempts = 3
  check_interval = 3m
  retry_interval = 1m

  check_command = "http"  
}

template Host "host-router-ssl" {  
  import "host-router"  
  vars.http_ssl = true
  vars.http_port = 443
}

internet.conf
object Host "//url//" {  
  import "host-router-ssl"  
  address = "//url//"  
  vars.http_vhost = "$address$"  
  vars.hosttype = "fritzbox"  
}

Content-ID: 630134

Url: https://administrator.de/contentid/630134

Ausgedruckt am: 08.11.2024 um 09:11 Uhr

aqui
aqui 10.12.2020 um 13:03:40 Uhr
Goto Top
Ggf. abgelaufenes Zertifikat ?!