From 6e1dcc5c24493fd6cf0c4a94fcbbf9cf5ec8bfd1 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Thu, 17 Aug 2023 10:42:02 +0200 Subject: [PATCH] Unhide sshd process check --- global-templates/host-templates.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/global-templates/host-templates.conf b/global-templates/host-templates.conf index c199820..8de3906 100644 --- a/global-templates/host-templates.conf +++ b/global-templates/host-templates.conf @@ -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" } }