Changes between Version 4 and Version 5 of Obsolete/Doc/Monitoring/Lemon


Ignore:
Timestamp:
Nov 19, 2007, 2:52:32 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

    v4 v5  
    9494A basic example is
    9595{{{
    96 ## manual list, is respected when autocompleting
    9796variable NODES_PROPS  = nlist(
    98         escape("egon.iihe.ac.be"),nlist('type','MON','monitoring','yes'),
     97        escape("mon.example.com"),nlist('type','MON','monitoring','yes'),
    9998);
    10099}}}
     
    103102variable LEMON_NODES_PROPERTIES_TEMPLATE ?= 'pro_nodes_properties';
    104103}}}
    105 The default value (ie behaviour in case it's not defined) for the {{{'monioting'}}} is controlled through
     104The default value (ie the behaviour in case it's not defined) for the {{{'monitoring'}}} is controlled through
    106105{{{
    107106variable LEMON_NODES_PROPERTIES_DEFAULT_MONITORING ?= 'yes';
    108107}}}
    109 
    110108
    111109=== NODES_PROPS example ===