Ignore:
Timestamp:
04/11/13 18:41:32 (11 years ago)
Author:
ramonb
Message:

graph.php:

  • pass min/max to rrdtool

overview.php:

  • set units as rrd vertical label
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/web/addons/job_monarch/graph.php

    r819 r823  
    955955    }
    956956        $command = $conf['rrdtool']. " graph - --start $start --end $end ".
     957                "$upper_limit $lower_limit ".
    957958                "--width $width --height $height $lower_limit $vertical_label ".
    958959                "--title '$title' $extras $background ".
     
    962963{
    963964    $command = $conf['rrdtool'] . " graph - --start $period_start --end $period_stop ".
     965                "$upper_limit $lower_limit ".
    964966               "--width $width --height $height $lower_limit --color BACK#$load_color $vertical_label ".
    965967               "--title '$title' $extras $background ".
Note: See TracChangeset for help on using the changeset viewer.