Changes between Version 21 and Version 22 of Obsolete/Doc/Monitoring/Lemon


Ignore:
Timestamp:
Jun 16, 2008, 2:01:53 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

    v21 v22  
    3232
    3333== Advanced configuration ==
     34=== Adding extra metrics ===
     35Extra sensors, metrics, and exceptions may be added to a particular node or node type. There is a large set available in the [https://trac.lal.in2p3.fr/LCGQWG/browser/templates/trunk/standard/monitoring/lemon QWG Lemon directory] (sub-directories metric, sensor, exception). For example, to add monitoring for the service {{{myservice}}} you would do:
     36
     37{{{
     38include monitoring/lemon/sensor/myservice;
     39include monitoring/lemon/metric/myservice;
     40include monitoring/lemon/exception/myservice;
     41}}}
     42
     43'''NB''' some of the metrics require additional RPM(s) to be installed on monitored machines. For example, the {{{fio}}} sensor, which includes monitoring of Quattor services, requires the installation of {{{lemon-sensor-fio}}} which depends on {{{perl-Time-HiRes}}}. These RPMs and dependencies are not currently automatically included in QWG -- this should be done.
     44
     45
    3446=== More than one lemon server ===
    3547The default setup assumes a single lemon server ({{{variable LEMON_SERVER_HOSTNAME}}}).