| 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. || |