7 Aug 2008 10:42
Wrong or missing values in summary
Andreas Haase <andreas.haase <at> evolver.de>
2008-08-07 08:42:18 GMT
2008-08-07 08:42:18 GMT
Hi,
we use cricket v1.0.5 and moved the installation from an Debian Sarge to
an Debian Etch server. Both servers are running on amd64 architecture.
After moving all files (config, cricket-data, source) there is the
problem, that we get wrong current values in summary. If I remove the
corresponding rrd file, the current values in newly created graph are
correct, but the maximum value is missing. The generated png files are
correct all time.
I guess, the problem is caused by a wrong section in RRD/Format.pm. Our
values there are the following:
--- snip ---
$self->{'statHead'} = "a4 a5 x7 d Q Q Q x80";
$self->{'dsDef'} = "a20 a20 Q d d x56";
$self->{'rraDef'} = "a20 x4 Q Q d x72";
$self->{'liveHead'} = "Q Q";
$self->{'liveHead3'} = "Q Q";
$self->{'pdpDef'} = "a30 x2 Q d x64";
$self->{'cdpDef'} = "d Q x64";
$self->{'rraPtr'} = "Q";
$self->{'element'} = "d";
--- snap ---
Can anybody tell me, whether these entries are right or not? If they are
correct, I need another possible explanation for this issue and a way to
fix this.
Thank you in advance.
(Continue reading)
RSS Feed