[rrd-users] problems

Grant Zanetti grant at staff.ihug.co.nz
Wed Jul 28 22:53:32 MEST 1999


    @graph_options = (
        "--title","$in{alt}",
        "-s","$start",
        "-l","0",
        "-u","15",
        "HRULE:8#ff0000:Doomed",
        "HRULE:0#ffffff:Death",
        "VRULE:$mid#ffffff",
        "VRULE:$lmid#ffffff",
        "--color","BACK#000000",
        "--color","FONT#ffffff",
        "--color","GRID#888888",
        "--color","CANVAS#000000",
        "--color","MGRID#555555",
        "--color","SHADEA#000000",
        "--color","SHADEB#000000",
        "--color","ARROW#ffffff",
        "DEF:ebno=$rrd_file:ebno:AVERAGE",
        "DEF:lowest=$rrd_file:ebno:MIN",
        "AREA:ebno#ff8000:EBNO",
        "LINE1:lowest#00ffaa:Min\\j",
        "GPRINT:ebno:MAX:Max\\:%1.2f",
        "GPRINT:ebno:MIN:Min\\:%1.2f",
        "GPRINT:ebno:LAST:Current\\:%1.2f\\c"
    );

    @create_options = ("-s","20",
                        "DS:ebno:GAUGE:40:U:U",
                        "RRA:AVERAGE:0.5:1:1000",
                        "RRA:AVERAGE:0.5:15:432",
                        "RRA:AVERAGE:0.5:90:336",
                        "RRA:AVERAGE:0.5:360:372",
                        "RRA:MIN:0.5:1:1000",
                        "RRA:MIN:0.5:15:432",
                        "RRA:MIN:0.5:90:336",
                        "RRA:MIN:0.5:360:372"
    );

A graph of 36hours fails to draw LINE1 but anything else doesn't have a
problem.

rrdtool dump shows that there is data there.


Grant Zanetti
-- 
Systems Administrator --------------------- 021 212 7283 --------/
Ihug --------------------------------- grant at staff.ihug.co.nz --/

(The views expressed here may not be those held by my employer)


--
* To unsubscribe from the rrd-users mailing list, send a message with the
  subject: unsubscribe to rrd-users-request at list.ee.ethz.ch



More information about the rrd-users mailing list