Glud documentation
Help to the GLU record fields
Version: 1.06 - 8th, June 1998

NAME
     %SeeAction (or %I) - Identifier and availibility for indirection

SYNOPSIS
     %SeeAction identifier | full_identifier [availability=integer]

DESCRIPTION
     Specify an indirection i.e. an action record identifier.
     This field is used to indicate several httpd servers for a same service
     (clones, backups, ...).
      
     In the global dictionary (glu.dic), this identifier is followed by
     an accessibility number (an integer) calculated by the glud regularly.
     The smallest accessiblity number indicates the best action.
      
     If a negative value is specified, this value is never modified
     by the glud (static availability).
      
     There are as many as %SeeAction fields than available httpd servers

EXAMPLES
     %SeeAction simq.fr
     %SeeAction simq.us
     %SeeAction CDS'extmgr'ads.byauthor.u availability=1002
     %SeeAction CDS'extmgr'ads.byauthor.fr availability=-3

     %I simq.fr
     %I simq.us
     %I CDS'extmgr'ads.byauthor.u:1002
     %I CDS'extmgr'ads.byauthor.fr:-3