
<!-- "@(#)resources	1.2 95/05/08 Sun Microsystems, Inc." >

<title>Customizable X Resources</title>
<h1>Customizable X Resources</h1>

Like most X Windows applications,
    <a href="clustmon/home_page">Cluster Monitor</a>
contains a number of customizable X resources.  On top of the default
resource mechanisms for an X application, the Cluster Control Panel
attempts to automatically load in the system-wide application defaults
file (usually <tt>/opt/SUNWcluster/app-defaults/clustmon</tt>) by
making sure the path to it is in the <tt>XFILESEARCHPATH</tt>
environment variable.  <p>

You can always override these resources, for example, by setting them
in your <tt>~/.Xdefaults</tt> file or any file in the path specified by
the <tt>XUSERFILESEARCHPATH</tt> environment variable.  <p>

Below are some of the most commonly set resources (and their default
values). <p>


<hr>
<b>Application Specific</b><p>

(These are custom resources defined specifically for the Cluster Monitor). <p>

<dl>
<dt> <tt>clustmon*historicalMessagesTime: uptime</tt>
<dd> Specifies how far back in time Cluster Monitor should go top get
     historical messages from syslog.  Possible values are:
     <ul>
     <li> <tt>beginning</tt> - For each node, go back to the very beginning
	  (i.e., read in <b>all</b> syslog messages).
	  <br><b>Note</b>: This can take a long time if the nodes have large 
	  syslog files.
     <li> <tt>current</tt> - For each node, only read in messages from the
	  current (most recent) syslog file (<tt>/var/adm/messages</tt>).
     <li> <tt>uptime</tt> - For each node, go back to its last boot time,
	  reading any messages from that time forward.
     <li> Any integer - specifies the number of days to go back, reading any
	  messages from that time forward.
     </ul>
</dl>


<hr>
<b>Help Window Appearance</b>

<dl>
<dt> <tt>clustmon*help_window*html*font: -adobe-helvetica-medium-r-normal-*-12-*-75-75-*-*-*-*</tt>
<dd> Specifies the normal font used for Help Window text.
     <p>
<dt> <tt>clustmon*help_window*html*italicFont: -adobe-helvetica-medium-o-normal-*-12-*-75-75-*-*-*-*</tt>
<dd> Specifies the italic font used for Help Window text.
     <p>
<dt> <tt>clustmon*help_window*html*boldFont: -adobe-helvetica-bold-r-normal-*-12-*-75-75-*-*-*-*</tt>
<dd> Specifies the bold font used for Help Window text.
     <p>
<dt> <tt>clustmon*help_window*html*fixedFont: -adobe-courier-medium-r-normal-*-12-*-75-75-*-*-*-*</tt>
<dd> Specifies the fixed-pitch font used for Help Window text.
     <p>
<dt> <tt>clustmon*help_window*html*header1Font: -adobe-helvetica-bold-r-normal-*-18-*-75-75-*-*-*-*</tt>
<dd> Specifies the font used for Help Window level 1 headers.
     <p>
<dt> <tt>clustmon*help_window*html*header2Font: -adobe-helvetica-bold-r-normal-*-14-*-75-75-*-*-*-*</tt>
<dd> Specifies the font used for Help Window level 2 headers.
     <p>
<dt> <tt>clustmon*help_window*html*header3Font: -adobe-helvetica-bold-r-normal-*-12-*-75-75-*-*-*-*</tt>
<dd> Specifies the font used for Help Window level 3 headers.
     <p>
<dt> <tt>clustmon*help_window*html*header4Font: -adobe-helvetica-bold-r-normal-*-10-*-75-75-*-*-*-*</tt>
<dd> Specifies the font used for Help Window level 4 headers.
     <p>
<dt> <tt>clustmon*help_window*html*header5Font: -adobe-helvetica-bold-r-normal-*-8-*-75-75-*-*-*-*</tt>
<dd> Specifies the font used for Help Window level 5 headers.
     <p>
<dt> <tt>clustmon*help_window*html*header6Font: -adobe-helvetica-bold-r-normal-*-7-*-75-75-*-*-*-*</tt>
<dd> Specifies the font used for Help Window level 6 headers.
     <p>
<dt> <tt>clustmon*help_window*html*addressFont: -adobe-helvetica-medium-o-normal-*-12-*-75-75-*-*-*-*</tt>
<dd> Specifies the font used for Help Window address text.
     <p>
<dt> <tt>clustmon*help_window*html*plainFont: -adobe-courier-medium-r-normal-*-12-*-75-75-*-*-*-*</tt>
<dd> Specifies the font used for Help Window "plain" text.
     <p>
</dl>






