Skip to content

Commit

Permalink
feat: handled review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Jan 4, 2024
1 parent d684ff1 commit bf7d930
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions conf/restperf/9.12.0/disk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,39 +49,39 @@ plugins:
- Disk:
objects:
- fans => fan:
- ^^id => fan_id
- ^^id => fan_id
- ^location
- ^state => status
- ^state => status
- rpm
- current_sensors => sensor:
- ^^id => sensor_id
- ^^id => sensor_id
- ^location
- ^state => status
- current => reading
- ^state => status
- current => reading
- frus => psu:
- ^^id => psu_id
- ^installed => enabled
- ^^id => psu_id
- ^installed => enabled
# - ^location
- ^part_number
- ^serial_number => serial
- ^psu.model => type
- ^state => status
- psu.power_drawn => power_drawn
- psu.power_rating => power_rating
- ^serial_number => serial
- ^psu.model => type
- ^state => status
- psu.power_drawn => power_drawn
- psu.power_rating => power_rating
- temperature_sensors => temperature:
- ^^id => sensor_id
- ^threshold.high.critical => high_critical
- ^threshold.high.warning => high_warning
- ^ambient => temp_is_ambient
- ^threshold.low.critical => low_critical
- ^threshold.low.warning => low_warning
- ^state => status
- temperature => reading
- ^^id => sensor_id
- ^threshold.high.critical => high_critical
- ^threshold.high.warning => high_warning
- ^ambient => temp_is_ambient
- ^threshold.low.critical => low_critical
- ^threshold.low.warning => low_warning
- ^state => status
- temperature => reading
- voltage_sensors => voltage:
- ^^id => sensor_id
- ^^id => sensor_id
- ^location
- ^state => status
- voltage => reading
- ^state => status
- voltage => reading

# only export node/aggr aggregations from plugin
# set this true or comment, to get data for each disk
Expand Down

0 comments on commit bf7d930

Please sign in to comment.