Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 503198 - net-analyzer/nagios-plugins-snmp - check_snmp_storage shows wrong percent
Summary: net-analyzer/nagios-plugins-snmp - check_snmp_storage shows wrong percent
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sysadmin Bugs
URL: https://sourceforge.net/p/nagios-snmp...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-03-02 12:23 UTC by Johan Ymerson
Modified: 2019-11-29 09:38 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to address integer overflow in check_snmp_storage (nagios-plugins-snmp-0.6.0-wrong-percent.patch,793 bytes, patch)
2014-03-02 12:23 UTC, Johan Ymerson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Ymerson 2014-03-02 12:23:56 UTC
Created attachment 371546 [details, diff]
Patch to address integer overflow in check_snmp_storage

check_snmp_storage shows wrong percent free/used disk due to an integer overflow.
Attached is a patch that addresses the issue.