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
Hi,
Maybe we can automatically exclude 0 bytes sized Disk because it will alway return 100% used so CRITICAL
https://github.com/shinken-monitoring/pack-linux-snmp/blob/master/libexec/check_snmp_storage.pl#L529
if (int($to) == 0){ next; }
What do you think ?
The text was updated successfully, but these errors were encountered:
you mean some disks are returned with a disk (total) size of 0 ??
Sorry, something went wrong.
Still an issue ? In which situation you got those weirds disks ?
No branches or pull requests
Hi,
Maybe we can automatically exclude 0 bytes sized Disk because it will alway return 100% used so CRITICAL
https://github.com/shinken-monitoring/pack-linux-snmp/blob/master/libexec/check_snmp_storage.pl#L529
What do you think ?
The text was updated successfully, but these errors were encountered: