Add space on disk check labels

main
Jan Dittberner 11 months ago
parent fe891ee886
commit 49ae4b3c29

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

Loading…
Cancel
Save