Use correct ssl_cert check command name

This commit is contained in:
Jan Dittberner 2023-08-18 16:22:51 +02:00
parent e4ec26626f
commit f4b66aa9e4

View file

@ -15,7 +15,7 @@ apply Service "apt" {
apply Service "certificate " for (name => config in host.vars.x509_certs) {
import "generic-service"
check_command = "check_ssl_cert"
check_command = "ssl_cert"
check_interval = 6h
retry_interval = 15m