Technical realization.
We can see graph technical details by pressing that wrench button.
Code: Select all
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=1135454479 \
--end=1135547647 \
--title="UPS-LT-AEC - Output Loading" \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
COMMENT:"From 2005/12/24 22\:01\:19 To 2005/12/25 23\:54\:07\c" \
COMMENT:" \n" \
--vertical-label="percent" \
--slope-mode \
DEF:a="/var/www/localhost/htdocs/cacti-0.8.6g/rra/upsltaec_load_875.rrd":load:AVERAGE \
LINE2:a#8D00BA:"Load" \
GPRINT:a:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Maximum\:%8.2lf %s\n"
Code: Select all
--start=1135454479 \
--end=1135547647 \
Adding (to go to future)
Code: Select all
--start=1135547647 \
--end=1135640815 \
Code: Select all
--start=1135361311 \
--end=1135454479 \
What do you think? Is it useful or not?
PS. Soon going to post templates for AEC UPSes.