We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I appreciate @SaviourSelf work #157 as now the warning comes before it's too late, but we found some strange numbers: In version 5.1.2
CheckDisk CRITICAL: /backup 100.14% bytes usage (10.46 TiB/10.55 TiB)
Old version 5.1.1
CheckDisk WARNING: /backup 99.14% bytes usage (10.46 TiB/10.55 TiB)
Check definition
check-disk-usage.rb -r -w 75 -c 90 -l 20 -m 0.8 -x proc,tmpfs,aufs,nsfs,debugfs,tracefs,nfs,nfs4 -p '/var/lib/docker/'
df numbers
# df -h /backup/ Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg0-backup 11T 11T 94G 100% /backup
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I appreciate @SaviourSelf work #157 as now the warning comes before it's too late, but we found some strange numbers:
In version 5.1.2
Old version 5.1.1
Check definition
df numbers
The text was updated successfully, but these errors were encountered: