Changes between Version 17 and Version 18 of Obsolete/Doc/Monitoring/Lemon


Ignore:
Timestamp:
Jun 16, 2008, 1:41:36 PM (17 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

    v17 v18  
    1 [[TOC(inline)]]
     1[[TOC(inline,depth=2)]]
    22
    33= Lemon description =
    44[http://lemon.web.cern.ch Lemon] is a monitoring system developed at CERN. On monitored machines, agents execute sensors to measure the state of different services according to metrics. Exceptions can also be defined which are raised when the set of conditions they define are met. Metrics and exceptions are fed back to a central Lemon server, and stored, either in flat-files or an Oracle database. A web interface allows users to browse the status of machines, and to perform simple analysis tasks such as correlating different metrics or viewing the distribution of values across a set of machines.
    55
    6 == Agent configuration ==
     6= Agent configuration =
    77The {{{machine-types/base}}} includes some basic Lemon sensors. Additional sensors and exceptions are added in the various machine types.
    88
     
    3131}}}
    3232
    33 === Advanced configuration ===
    34 ==== More than one lemon server ====
     33== Advanced configuration ==
     34=== More than one lemon server ===
    3535The default setup assumes a single lemon server ({{{variable LEMON_SERVER_HOSTNAME}}}).
    3636If you want to add multiple servers, you need to add a new one to {{{/system/monitoring/transport}}}
    3737(see {{{monitoring/lemon/client/base/config}}} for an example).
    3838
    39 == Server configuration ==
     39= Server configuration =
    4040The lemon server consists of an information collector and the web interface (called LRF).
    4141Lemon supports 2 main types of information storage: flat files or an Oracle database.
     
    4747}}}
    4848
    49 === Backend configuration ===
     49== Backend configuration ==
    5050Then set the storage backend:
    5151{{{
     
    5454}}}
    5555
    56 ==== Oracle / OraMon ====
     56=== Oracle / OraMon ===
    5757When using Oracle as a backend, some Oracle-specific parameters need to be set (these have default values as shown):
    5858{{{
     
    9393}}}
    9494
    95 ==== flatfile ====
     95=== flatfile ===
    9696Nothing yet.
    9797
    98 == LRF ==
    99 The webinterface to lemon uses php and access to the backend.
     98= Web interface configuration =
     99The web interface to lemon uses php and access to the backend.
    100100It also needs to know what machines to expect and based on their properties, how to group them.
    101101This is (for now) done with a nlist called NODES_PROPS.