Add space on disk check labels
This commit is contained in:
parent
fe891ee886
commit
49ae4b3c29
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue