Thank You.

I also had to modify functions.php to match the changes I made in conf.php,
eg labels 0-10 instead of 0-25 .
Then it worked fined.

Thanks



On 9/11/06, Rick Mohr <[EMAIL PROTECTED]> wrote:


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
-----------------------
Thanks

Tom

Reply via email to