Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
To fix this error I think there should be a space after /${storageName[$i]} in line 317 to prevent the grep for /volume1 also matching /volume10.
storageID[$i]=$(echo “$syno_diskspace” | grep “= “?/${storageName[$i]}”?” | cut -d “=” -f1 | rev | cut -d “.” -f1 | rev)