summaryrefslogtreecommitdiffstats
path: root/example/fan-detect.yaml
blob: 5a9e1bda3b01566e1d36773f332d521d2db6e9cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Example fan presence detection definitions

# List each fan requiring presence detection and creation of an inventory object
# within a system with the following parameters. The 'Detection' method must
# have an associated fan presence detection application to properly handle
# detecting fans using that type.

#- [Detection method]:
#  - PrettyName: [pretty name of the fan]
#    Sensors: [List of sensors associated with this fan enclosure]
#        - i.e) For tach feedback detection:
#                   The hwmon name for a detected fan rotor's tach feedback
#               For gpio detection:
#                   The gpio pin name for the fan's presence line
#  Inventory: [The system inventory location for the fan]
#  Description: (Optional)

# Example entry for a single fan's presence detected by 'Tach' feedback
#- Tach:
#  - PrettyName: fan0
#    Sensors:
#        - fan0
#    Inventory: /system/chassis/fan0
#    Description: Chassis location A1
OpenPOWER on IntegriCloud