Merge pull request #8 from mashbrno/main

ZFS % usage
This commit is contained in:
Basti
2024-09-13 23:04:02 +02:00
committed by GitHub

View File

@ -3,6 +3,6 @@ if [ "$1" = "-g" ]
then then
echo .1.3.6.1.2.1.25.1.11 echo .1.3.6.1.2.1.25.1.11
echo gauge echo gauge
zpool list rpool | grep "rpool" | awk '{print $3}' | sed 's/[A-Z]//g' zpool list rpool | grep "rpool" | awk '{print $8}' | sed 's/%//g'
fi fi
exit 0 exit 0