Skip to content
New issue

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

check_snmp_storage.pl : 0 bytes Disk Size #11

Open
DessaiImrane opened this issue Nov 21, 2014 · 2 comments
Open

check_snmp_storage.pl : 0 bytes Disk Size #11

DessaiImrane opened this issue Nov 21, 2014 · 2 comments

Comments

@DessaiImrane
Copy link
Member

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 ?

@gst
Copy link
Contributor

gst commented Sep 14, 2015

you mean some disks are returned with a disk (total) size of 0 ??

@claneys
Copy link
Member

claneys commented Aug 11, 2016

Still an issue ? In which situation you got those weirds disks ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants