Add space on disk check labels

This commit is contained in:
Jan Dittberner 2023-08-15 18:15:05 +02:00
parent fe891ee886
commit 49ae4b3c29

View file

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