Unhide sshd process check
This commit is contained in:
parent
e5db0ccf9b
commit
6e1dcc5c24
1 changed files with 4 additions and 6 deletions
|
@ -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…
Reference in a new issue