job "odroid8-disk-check" { datacenters = ["dc1"] type = "batch" constraint { attribute = "${attr.unique.hostname}" value = "odroid8" } group "check" { task "df" { driver = "raw_exec" config { command = "bash" args = ["-c", "df -h; sleep 60"] } } } }