Cricket support for x86_64

It looks like Cricket, by default, does not support printing the summary information from the RRD files when displaying the graphs. A quick patch to lib/RRD/Format.pm fixes that: — Format.pm.orig 2008-03-24 14:08:28.000000000 -0400 +++ Format.pm 2008-03-24 14:08:59.000000000 -0400 @@ -128,6 +128,16 @@ $self->{‘element’} = “d”; return 1; + } elsif ( $archname =~ /^x86_64-linux/ )

Read more ›