Unhide sshd process check

main
Jan Dittberner 10 months ago
parent e5db0ccf9b
commit 6e1dcc5c24

@ -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"
}
}

Loading…
Cancel
Save