check-uninsane: check zfs pool for errors
This commit is contained in:
@@ -98,7 +98,11 @@ check "git.uninsane.org" git ls-remote https://git.uninsane.org/colin/nix-files.
|
|||||||
check "ftps://ftp.uninsane.org" curl --silent ftps://ftp.uninsane.org/pub/test
|
check "ftps://ftp.uninsane.org" curl --silent ftps://ftp.uninsane.org/pub/test
|
||||||
check "[DOOF] ftps://ftp.uninsane.org" curl "--connect-to" "ftp.uninsane.org:80:$DOOF_IPV4:80" --silent ftps://ftp.uninsane.org/pub/test
|
check "[DOOF] ftps://ftp.uninsane.org" curl "--connect-to" "ftp.uninsane.org:80:$DOOF_IPV4:80" --silent ftps://ftp.uninsane.org/pub/test
|
||||||
|
|
||||||
check "Bitcoing Lightning" runOnHost servo clightning-sane status
|
_zpoolStatus() {
|
||||||
|
runOnHost servo zpool status | grep "errors: No known data errors"
|
||||||
|
}
|
||||||
|
check "zfs" _zpoolStatus
|
||||||
|
check "Bitcoin Lightning" runOnHost servo clightning-sane status
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "systemctl --failed:"
|
echo "systemctl --failed:"
|
||||||
|
Reference in New Issue
Block a user