Changes between Version 23 and Version 24 of Obsolete/Doc/Monitoring/Lemon


Ignore:
Timestamp:
Jun 16, 2008, 3:03:14 PM (16 years ago)
Author:
/C=IE/O=Grid-Ireland/OU=cs.tcd.ie/L=RA-TCD/CN=Stephen O. Childs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Doc/Monitoring/Lemon

    v23 v24  
    110110= Web interface configuration =
    111111The web interface to lemon uses php and access to the backend.
     112
     113== Cluster definition ==
    112114It also needs to know what machines to expect and based on their properties, how to group them.
    113115This is (for now) done with a nlist called NODES_PROPS.
     
    128130
    129131The actual configuration files for the web interface are generated in the template referenced by {{{LEMON_SERVER_WEB_CONFIG}}}. The default template is {{{monitoring/lemon/server/web}}}, which uses the NODES_PROPS list to build cluster definitions. The default is to define one cluster for each unique node type found in NODES_PROPS.
     132
     133=== Superclusters ===
     134It is often useful to define "superclusters" that aggregate together existing node types. For example, a {{{GATEWAY}}} supercluster might aggregate all the {{{CE}}} and {{{SE}}} nodes at a site. The default web configuration template supports this as follows:
     135
     136{{{
     137variable LEMON_SUPERCLUSTERS= nlist("GATEWAY",list("CE","SE"));
     138}}}
    130139
    131140=== NODES_PROPS example ===