1description: > 2 Implement to provide BMC attributes. Example attributes are the resource 3 utilization of the BMC itself (BMC's CPU and memory, etc). 4 5associations: 6 - name: monitored_by 7 description: > 8 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. 11 reverse_names: monitoring 12 required_endpoint_interfaces: 13 - xyz.openbmc_project.Sensor.Value 14