Cricket and RRD files 0003
I came across a sporadic problem with Cricket when adding a new item to monitor. I set everything up happily, and then went to the cricket page after I was sure some data had been gathered.
To my surprise, I was greeted with “Current values not available: RRD file version 0003 not supported on this arch“. Ugh.
I hunted around and found an obscure post which basically said to edit cricket-1.0.5/lib/RRD/Format.pm and insert the following line at line 126:
$self->{‘liveHead3’} = “L L”;
Once I did that, everything worked just fine.