Hi,
I'm looked into the code because I was really interested in
fixing this bug so the problem is in the file rrdgraph.class.php, in this
lines:
if ($this->altAutoscaleMax)
{
$params .= ' -M ';
}
Seems that -M option is deprecated ? looking into documentation I
found this:
[-M|--alt-autoscale-max]
Where --alt-autoscale will modify both the absolute maximum AND minimum
values, this option will only affect the maximum value. The minimum value,
if not defined on the command line, will be 0. This option can be useful
when graphing router traffic when the WAN line uses compression, and thus
the throughput may be higher than the WAN line speed.
Replacing ' -M ' with ' --alt-autoscale-max ' works for me
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]