Changes between Version 4 and Version 5 of Obsolete/Doc/Monitoring/Lemon
- Timestamp:
- Nov 19, 2007, 2:52:32 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Doc/Monitoring/Lemon
v4 v5 94 94 A basic example is 95 95 {{{ 96 ## manual list, is respected when autocompleting97 96 variable NODES_PROPS = nlist( 98 escape(" egon.iihe.ac.be"),nlist('type','MON','monitoring','yes'),97 escape("mon.example.com"),nlist('type','MON','monitoring','yes'), 99 98 ); 100 99 }}} … … 103 102 variable LEMON_NODES_PROPERTIES_TEMPLATE ?= 'pro_nodes_properties'; 104 103 }}} 105 The default value (ie behaviour in case it's not defined) for the {{{'monioting'}}} is controlled through104 The default value (ie the behaviour in case it's not defined) for the {{{'monitoring'}}} is controlled through 106 105 {{{ 107 106 variable LEMON_NODES_PROPERTIES_DEFAULT_MONITORING ?= 'yes'; 108 107 }}} 109 110 108 111 109 === NODES_PROPS example ===