It is my first post, nice to meet You
I have problem with 95th percentile. It all looks ok, but no data are filled in in HRULE statement. Percentile worked for me for a while, but (and this worst thing - I don't remember when) after (I suspect) installing one of plugins stop working. Bellow are some outputs. Can You give some advice to make Percentile work again ?
Debug output:
Code: Select all
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title='xxxxxxxxxxxxxxx - eth0.202' \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label='bits per second' \
--slope-mode \
--font TITLE:10:'/usr/share/fonts/TTF/FreeMono.ttf' \
--font AXIS:8: \
--font LEGEND:8: \
--font UNIT:8: \
DEF:a="/var/lib/cacti/rra/3/45.rrd":traffic_in:AVERAGE \
DEF:b="/var/lib/cacti/rra/3/45.rrd":traffic_out:AVERAGE \
CDEF:cdefa=a,8,* \
CDEF:cdefe=b,8,* \
AREA:cdefa#00CF00FF:"Inbound" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s\n" \
LINE1:cdefe#002A97FF:"Outbound" \
GPRINT:cdefe:LAST:"Current\:%8.2lf %s" \
GPRINT:cdefe:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefe:MAX:"Maximum\:%8.2lf %s\n" \
\
HRULE:0#FF0000FF:"95th Percentile" \
COMMENT:"(0 mbit in+out)\n"
RRDTool Says:
OK
Code: Select all
Fetch: Array
(
[data_source_names] => Array
(
[0] => traffic_in
[1] => traffic_out
[2] => nth_percentile_maximum
)
[values] => Array
(
[0] => Array
(
)
[1] => Array
(
)
)
)
Aggregate ( 0.75), Monitor (0.8.2),Fix64bit (0.3), Settings ( 0.5), Tools (0.3), Update (0.4), Weathermap (0.97a)
Regards,
brushek