[Orca-users] uptime graph modified - keeper ?

Blair Zajac blair at orcaware.com
Thu May 1 08:12:57 PDT 2003


Santana Fernando wrote:
> 
>         Try this in your cfg file.
> 
> plot {
> title                   Uptime
> source                  orcallator
> data                    ( ( uptime / 60 ) / 60 ) / 24
> line_type               area
> legend                  Uptime
> y_legend                Days
> data_min                0
> plot_min                0
> href                    <Link here>
> }

You may want to use the following entry instead:

plot {
title                   %g Uptime
source                  orcallator
data                    uptime / 86400
line_type               area
legend                  Uptime
y_legend                Days
data_min                0
plot_min                0
href                    http://www.orcaware.com/orca/docs/orcallator.html#system_uptime
}

The main difference is in the uptime calculation.  When you upgrade
to the next release of Orca that has this installed by default, you'll
end up reloading all of the data files because the calculation for
uptime in days is expressed differently, since Orca uses the data
calculation name in the RRD files.

Best,
Blair

-- 
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/



More information about the Orca-users mailing list