Changes between Version 9 and Version 10 of Doc/Monitoring/Nagios


Ignore:
Timestamp:
Jul 14, 2008, 6:11:00 PM (16 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
  • Doc/Monitoring/Nagios

    v9 v10  
    108108A structure template defining a basic host, with all fields except, perhaps, an alias, set to sensible values.
    109109
    110 === `HW_LISTINGS` ===
    111 
    112 Lists all machines, grouped by hardware characteristics. It is set automatically by ''monitoring/nagios/cfg'' and cannot be modified.
    113 
    114 ==== `per_hardware` ====
    115 
    116 nlist in which keys are the hardware templates (the values of `DB_MACHINE`). The value is another structure:
    117 
    118 ===== `host_list` =====
    119 
    120 List of all hosts associated to that hardware template.
    121 
    122 ===== `hardware_structure` =====
    123 
    124 The complete hardware information as described on the hardware template.
    125 
    126 ==== `per_cpu` ====
    127 
    128 nlist with the machines grouped by number of processors. The key is in the form "_n", where n is the number of CPUs. The value is the list of hosts.
     110||`HW_LISTINGS` || Lists all machines, grouped by hardware characteristics. It is set automatically by ''monitoring/nagios/cfg'' and cannot be modified. ||
     111||`    per_hardware` || nlist in which keys are the hardware templates (the values of `DB_MACHINE`). The value is another structure:
     112||`        host_list` || List of all hosts associated to that hardware template. ||
     113||`        hardware_structure` || The complete hardware information as described on the hardware template. ||
     114||`    per_cpu` || nlist with the machines grouped by number of processors. The key is in the form "_n", where n is the number of CPUs. The value is the list of hosts. ||
    129115
    130116|| `HOSTSLIST` || Plain nlist with all hosts structures, extracted from `HW_LISTINGS`. ||