From f4b66aa9e411c06d1d45e79989337145d3d6419e Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 18 Aug 2023 16:22:51 +0200 Subject: [PATCH] Use correct ssl_cert check command name --- global-templates/services.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-templates/services.conf b/global-templates/services.conf index d0b768d..0a15ca3 100644 --- a/global-templates/services.conf +++ b/global-templates/services.conf @@ -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