Hello David, Christian,
I've fixed this bug by changing "liveHead" in Format.pm to "Q Q" instead of "Q".
I tried this after looking at the last patch upstream which more or less did
the same thing.
The actual patch:
--- cricket-1.0.5.orig/lib/RRD/Format.pm 2012-02-16 11:17:18.344788018
+0100
+++ cricket-1.0.5/lib/RRD/Format.pm 2012-02-17 14:29:49.900788105 +0100
@@ -164,7 +164,7 @@
$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";
+ $self->{'liveHead'} = "Q Q";
$self->{'liveHead3'} = "Q Q";
$self->{'pdpDef'} = "a30 x2 Q d x64";
$self->{'cdpDef'} = "d Q x64";
Cheers,
Kai
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]