[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] CondorView applet - documentation and how to adjust nighttime interval



kschwarz@xxxxxxxxxxxxxx wrote:

Hi all,

How can I adjust the grey background (nighttime) to other time interval to reflect our local working hours? (the default is something around 19:00 to 8:00 (7:00PM to 8:00AM of the next day)).


Unfortunately, the time interval is hard-coded :(. To change it, you would need to download the applet source code from the Condor homepage, edit, and rebuild.

There is a parameter to turn off the grey (nighttime) background completely, however (see below)

Where do I find CondorView applet documentation to know about other parameters that could be used?


Some of the applet tag parameters:

+ src
 the statistics file.

+ graph #
which groups and parameters to graph (# = graph number, up to 8). This parameter takes the following format: "name[/param][*scale][,delta]"

    * name name of group
    * param parameter in group (default first)
    * scale scale of graph (integer)
    * delta plot deltas between consecutive values

+ highest
display the groups with the highest values, as an alternative to using the "graph #" format listed above.

+ delta
use deltas to graph all values.

+ markdaytime
differentiate between night and day, where daytime is between 8 AM and 6 PM.

+ markweekend
differentiate between week and weekend.

+ usdates
expect US-format dates (mm/dd/yy) instead of (dd/mm/yy).

regards
Todd