blob: 5ca97bfe7beee99c1e5353b9aa0247069f1fd7d3 [file] [log] [blame]
Deepak Kodihalli1542bae2016-11-09 05:23:39 -06001description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06002 Implement to provide BMC attributes. Example attributes are the resource
3 utilization of the BMC itself (BMC's CPU and memory, etc).
Sui Chenfc5546e2022-10-25 15:52:03 -07004
5associations:
6 - name: monitored_by
7 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06008 Objects that implement Bmc can implement the 'monitored_by'
9 association to link to utilization sensors for indicating the
10 utilization sensors are for the BMC and not the host.
Sui Chenfc5546e2022-10-25 15:52:03 -070011 reverse_names: monitoring
12 required_endpoint_interfaces:
Patrick Williamsa1347412022-12-06 10:56:22 -060013 - xyz.openbmc_project.Sensor.Value