Matthew Barth | 1080b38 | 2017-02-17 15:50:43 -0600 | [diff] [blame^] | 1 | # Example fan presence detection definitions
|
| 2 |
|
| 3 | # List each fan requiring presence detection and creation of an inventory object
|
| 4 | # within a system with the following parameters. The 'Detection' method must
|
| 5 | # have an associated fan presence detection application to properly handle
|
| 6 | # detecting fans using that type.
|
| 7 |
|
| 8 | #- [Detection method]:
|
| 9 | # - Fan: [A fan enclosure instance]
|
| 10 | # Sensors: [List of sensors associated with this fan enclosure]
|
| 11 | # - i.e) For tach feedback detection:
|
| 12 | # The hwmon name for a detected fan rotor's tach feedback
|
| 13 | # For gpio detection:
|
| 14 | # The gpio pin name for the fan's presence line
|
| 15 | # Inventory: [The system inventory location for the fan]
|
| 16 | # Description: (Optional)
|
| 17 |
|
| 18 | # Example entry for a single fan's presence detected by 'Tach' feedback
|
| 19 | #- Tach:
|
| 20 | # - Fan:
|
| 21 | # Sensors:
|
| 22 | # - fan0
|
| 23 | # Inventory: /system/chassis/fan0
|
| 24 | # Description: Chassis location A1
|