From 49ae4b3c29a8bbcc351ba516e161fb6c89e2269b Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Tue, 15 Aug 2023 18:15:05 +0200 Subject: [PATCH] Add space on disk check labels --- global-templates/services.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-templates/services.conf b/global-templates/services.conf index f8f19bb..dd1ac03 100644 --- a/global-templates/services.conf +++ b/global-templates/services.conf @@ -38,7 +38,7 @@ apply Service "proc-" for (proc => config in host.vars.procs) { assign where host.vars.disks } -apply Service "disk-" for (disk => config in host.vars.disks) { +apply Service "disk " for (disk => config in host.vars.disks) { import "generic-service" check_command = "disk"