Open DessaiImrane opened 10 years ago
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 ?
you mean some disks are returned with a disk (total) size of 0 ??
Still an issue ? In which situation you got those weirds disks ?
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 ?