Add missing assign statement

This commit is contained in:
Jan Dittberner 2023-08-19 12:00:59 +02:00
parent 41c393e5f7
commit 545bc49d88

View file

@ -82,6 +82,8 @@ apply Service "icinga CA certificate" {
vars.ssl_cert_file = "/var/lib/icinga2/certs/ca.crt"
vars.ssl_cert_warn = 396
vars.ssl_cert_critical = 376
assign where host.name == NodeName
}
apply Service "kernel-status" {