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]:
|
Matt Spinler | 2b44a6c | 2017-03-27 11:02:46 -0500 | [diff] [blame] | 9 | # - PrettyName: [pretty name of the fan]
|
Matthew Barth | 1080b38 | 2017-02-17 15:50:43 -0600 | [diff] [blame] | 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:
|
Matt Spinler | 2b44a6c | 2017-03-27 11:02:46 -0500 | [diff] [blame] | 20 | # - PrettyName: fan0
|
Matthew Barth | 1080b38 | 2017-02-17 15:50:43 -0600 | [diff] [blame] | 21 | # Sensors:
|
| 22 | # - fan0
|
| 23 | # Inventory: /system/chassis/fan0
|
| 24 | # Description: Chassis location A1
|