Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212465 - net-analyzer/munin-1.3.3-r2: incorrect quoting in load plugin
Summary: net-analyzer/munin-1.3.3-r2: incorrect quoting in load plugin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 214232
  Show dependency tree
 
Reported: 2008-03-06 08:58 UTC by Christian Kauhaus
Modified: 2008-05-31 19:32 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Kauhaus 2008-03-06 08:58:02 UTC
The load plugin uses single quote in the config subroutine and thus the warning and critical values are not reported properly. 

Reproducible: Always

Steps to Reproduce:
./plugins/load config

Actual Results:  
load.warning $LOAD_WARN
load.critical $LOAD_CRIT

Expected Results:  
load.warning 10
load.critical 120


Change single quotes to double quotes in lines 55 and 56 of plugins/load.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-05-31 19:32:07 UTC
This was fixed by upstream in 1.3.4.