On Mon, 11 Sep 2006, Tom Pierce wrote:

> I just want to make the change to make them green if the load is 0.50-2.0...
> 
> Does anyone know how to do this - I could not find the FAQ on color controls
> or where the metrics are defined?

In the conf.php file, there is a section that looks like this:

#
# Colors for the load ranks.
#
$load_colors = array(
   "100+" => "ff634f",
   "75-100" =>"ffa15e",
   "50-75" => "ffde5e",
   "25-50" => "caff98",
   #"0-25" => "efefef",
   "0-25" => "e2ecff",
   "down" => "515151"
);

Try changing those values.  I think that will do the trick.

-- Rick

--------------------------
Rick Mohr
Systems Developer
Ohio Supercomputer Center

Reply via email to