Changes between Version 1 and Version 2 of Obsolete/Doc/Monitoring/Lemon


Ignore:
Timestamp:
Nov 19, 2007, 2:01:29 PM (18 years ago)
Author:
/C=BE/O=BEGRID/OU=VUB/OU=IIHE/CN=Stijn De Weirdt
Comment:

--

Legend:

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

    v1 v2  
    33
    44== Agent configuration ==
     5A basic agent are configured by enabling them in the machine-types/base.
     6Additional monitoring is added in the specific base-types.
     7
     8To enable the agents, set
     9{{{
     10variable LEMON_CONFIGURE_AGENT = true;
     11}}}
     12
     13There are also a number of site specific variables that need to set:
     14{{{
     15## Name of the lemon server
     16variable LEMON_SERVER_HOSTNAME = undef;
     17
     18## Set the email address for receiving the exception notifications
     19variable LEMON_ALARM_MAIL = undef;
     20
     21}}}
     22
     23Additional variables (with the default options) can be
     24{{{
     25## The port to contact the lemon server
     26variable LEMON_CLIENT_PORT ?= 12409;
     27
     28## The transport protocol used (UDP or TCP)
     29variable LEMON_TRANSPORT_PROTOCOL ?= 'UDP';
     30}}}
     31
     32=== Extra ===
     33==== More than one lemon server ====
     34The default setup assumes a single lemon server ({{{variable LEMON_SERVER_HOSTNAME}}}).
     35In case you want to add multiple servers, you need to add a new one to {{{/system/monitoring/transport}}}
     36(see {{{monitoring/lemon/client/base/config}}} for the example).
     37
    538== Server configuration ==
    639=== Server post-install ===