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-Key: 630134

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

Printed on: April 25, 2024 at 17:04 o'clock

Member: aqui
aqui Dec 10, 2020 at 12:03:40 (UTC)
Goto Top
Ggf. abgelaufenes Zertifikat ?!