diff options
Diffstat (limited to 'statuspage')
| -rwxr-xr-x | statuspage/checks/hw.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/statuspage/checks/hw.sh b/statuspage/checks/hw.sh index 54c4718..384ab4a 100755 --- a/statuspage/checks/hw.sh +++ b/statuspage/checks/hw.sh @@ -55,5 +55,5 @@ for pool in $(zpool list -H -o name 2>/dev/null); do "") ERR_STATUS="warn" ;; *) ERR_STATUS="down" ;; esac - json_line "hardware" "zpool $pool scrub" "${SCAN:-unknown}" "$ERR_STATUS" + json_line "hardware" "zpool $pool scrub" "${SCAN:-never scrubbed}" "$ERR_STATUS" done |
