Unhide sshd process check

This commit is contained in:
Jan Dittberner 2023-08-17 10:42:02 +02:00
parent e5db0ccf9b
commit 6e1dcc5c24

View file

@ -36,11 +36,9 @@ template Host "debian-host" {
}
template Host "postfix-host" {
vars.procs = {
"postfix" = {
procs_command = "master"
procs_argument = "postfix"
procs_critical = "1:2"
}
vars.procs["postfix"] = {
procs_command = "master"
procs_argument = "postfix"
procs_critical = "1:2"
}
}