[Orca-checkins] rev 232 - trunk/orca/data_gatherers/orcallator
sean at seanoneill.info
sean at seanoneill.info
Thu May 1 14:52:55 PDT 2003
Author: sean at seanoneill.info
Date: Thu May 1 14:52:53 2003
New Revision: 232
Modified:
trunk/orca/data_gatherers/orcallator/orcallator.cfg.in
Log:
Modified:
trunk/orca/data_gatherers/orcallator/orcallator.cfg.in
Log:
* data_gatherers/orcallator/orcallator.cfg.in:
In addition to uptime in Days already in graph, updated uptime graph
configuration in orcallator.cfg.in to include uptime in Weeks and Months.
This idea was seen on http://www.tssphoto.com/orca/ which appears to be using
a somewhat modified version of procallator at least in relation to uptime.
Modified: trunk/orca/data_gatherers/orcallator/orcallator.cfg.in
==============================================================================
--- trunk/orca/data_gatherers/orcallator/orcallator.cfg.in (original)
+++ trunk/orca/data_gatherers/orcallator/orcallator.cfg.in Thu May 1 14:52:53 2003
@@ -135,9 +135,14 @@
title %g Uptime
source orcallator
data uptime / 86400
+data uptime / ( 86400 * 7 )
+data uptime / ( 86400 * 30 )
line_type area
-legend Uptime
-y_legend Days
+legend Uptime in Days
+legend Uptime in Weeks
+legend Uptime in Months
+y_legend Total Time
+
data_min 0
plot_min 0
href http://www.orcaware.com/orca/docs/orcallator.html#system_uptime
More information about the Orca-checkins
mailing list