IPMI (Detection)

The goal of this part is to see how to define IPMI criteria.

connector:
  # ...
  detection: # <object>
    # ...
    criteria: # <object-array>
   - type: ipmi

Input Properties

None, the product will run an IPMI command to determine if IPMI is available.

Example

connector:
  detection:
    criteria:
    - type: ipmi
No results.