Use correct ssl_cert check command name
This commit is contained in:
parent
e4ec26626f
commit
f4b66aa9e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue