From bf7d930a6f79937e7ef6f8dcafbae17b82ba5ceb Mon Sep 17 00:00:00 2001 From: hardikl Date: Thu, 4 Jan 2024 12:14:28 +0530 Subject: [PATCH] feat: handled review comments --- conf/restperf/9.12.0/disk.yaml | 46 +++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/conf/restperf/9.12.0/disk.yaml b/conf/restperf/9.12.0/disk.yaml index 1759c0ac0..04a67c759 100644 --- a/conf/restperf/9.12.0/disk.yaml +++ b/conf/restperf/9.12.0/disk.yaml @@ -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