Add missing assign statement
This commit is contained in:
parent
41c393e5f7
commit
545bc49d88
1 changed files with 2 additions and 0 deletions
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue