1b1b4d261SWilliam A. Kennington IIIdescription: >
2*fc5546eaSSui Chen    Implement to provide BMC attributes. Example attributes are
3*fc5546eaSSui Chen    the resource utilization of the BMC itself (BMC's CPU and memory,
4*fc5546eaSSui Chen    etc).
5*fc5546eaSSui Chen
6*fc5546eaSSui Chenassociations:
7*fc5546eaSSui Chen    - name: monitored_by
8*fc5546eaSSui Chen      description: >
9*fc5546eaSSui Chen          Objects that implement Bmc can implement the
10*fc5546eaSSui Chen          'monitored_by' association to link to utilization sensors
11*fc5546eaSSui Chen          for indicating the utilization sensors are for the BMC and
12*fc5546eaSSui Chen          not the host.
13*fc5546eaSSui Chen      reverse_names: monitoring
14*fc5546eaSSui Chen      required_endpoint_interfaces:
15*fc5546eaSSui Chen        - xyz.openbmc_project.Sensor.Value
16