I've been trying for a few hours now, and I can't seem to find a way to read rrd data to display a (not so often but sometimes) changing link BW as my BWlabel.
Is there a way to do it ?
I store each LINK's max BW (ifHighSpeed, in Mb/s) in the same rrd than the in/out bits with the DS name if_spd.
Among other things, I tried to reference to the LINK's TARGET, using that :
Code: Select all
TARGET /path/to/rrd/file.rrd:if_spd:if_spd
BWLABEL {link:this:invalue}
I also tried to create an other LINK to be able to reference its TARGET values and still be able to use my real TARGET in the real LINK since using 2 TARGETs in the same LINK only seems to work as if there is only the last one...
Hope that was clear or at least understandable !
Nicolas