/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | resource.hpp | 25 enum class Health{ enum 132 NLOHMANN_JSON_SERIALIZE_ENUM(Health, { 133 {Health::Invalid, "Invalid"}, 134 {Health::OK, "OK"}, 135 {Health::Warning, "Warning"}, 136 {Health::Critical, "Critical"},
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | test_redfishtool_general.robot | 40 Verify Redfishtool Health Check Commands 47 Should Be Equal OK ${status["Health"]} 48 ... msg=Health status should be OK.
|
/openbmc/webui-vue/src/store/modules/HardwareStatus/ |
H A D | SensorsStore.js | 62 status: response.data.Status?.Health, 83 status: sensor.Status.Health, 95 status: sensor.Status.Health, 115 status: sensor.Status.Health,
|
H A D | FanStore.js | 24 health: Status.Health,
|
H A D | ChassisStore.js | 34 health: Status.Health,
|
H A D | PowerSupplyStore.js | 31 health: Status.Health,
|
H A D | MemoryStore.js | 37 health: Status.Health,
|
H A D | ProcessorStore.js | 38 health: Status.Health,
|
H A D | SystemStore.js | 19 system.health = data.Status?.Health;
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_systems_inventory.robot | 31 # Select only CPUs with Health = "OK". 32 ${cpus_ok}= Filter Struct ${cpu_info} [('Health', 'OK')] 97 # Select only power supplies with Health = "OK". 98 ${power_supplies_ok}= Filter Struct ${power_supplies} [('Health', 'OK')] 107 # 'SerialNumber': '75B12W', 'Status': {'Health': 'OK', 'State': 'Enabled'}} 185 # Select only GPUs with Health = "OK". 186 ${gpus_ok}= Filter Struct ${gpu_info} [('Health', 'OK')] 226 # A valid FRU will have a "State" key of "Enabled" and a "Health" key
|
H A D | test_power_voltage_readings.robot | 36 # A valid record will have "State" key "Enabled" and "Health" key "OK" 44 ... [('Health', '^OK$'), ('State', '^Enabled$'), ('${reading_type}', '')] regex=1 invert=1
|
H A D | test_sensor_monitoring.robot | 26 # Check whether the sensors's 'Health' is 'OK' and the 'State' is 'Enabled'. 126 # "Health": "OK", 157 ... '${resp.dict['Status']['Health']}' != 'OK' 178 ... '${sensor_info['Status']['Health']}' != 'OK'
|
H A D | test_led_indicator_asserted.robot | 117 # [Health]: OK 147 # [Health]: OK 153 # [Health]: OK 202 # [Health]: OK
|
H A D | test_powersubsystem_settings.robot | 76 # "Health": "OK", 79 Should Be Equal As Strings ${resp_resource.dict["Status"]["Health"]} OK
|
/openbmc/openbmc-test-automation/gui/test/server_health/ |
H A D | test_obmc_gui_hardware_status.robot | 26 Verify Select Health Status From Server Health 35 Verify Inventory Export From Server Health Clickable
|
H A D | test_obmc_gui_sensors.robot | 19 Verify Select Sensors From Server Health 28 Verify Sensors Export From Server Health Clickable
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | filter_expr_parser_test.cpp | 55 …s/State") Equals quoted_string("Enabled")) and ((unquoted_string("Status/Health") Equals quoted_st… in TEST() 58 …us/State") Equals quoted_string("Enabled")) and (unquoted_string("Status/Health") Equals quoted_st… in TEST()
|
/openbmc/linux/drivers/iio/health/ |
H A D | Kconfig | 3 # Health sensors 7 menu "Health Sensors"
|
/openbmc/openbmc/meta-google/recipes-google/ipmi/ |
H A D | metrics-ipmi-blobs_git.bb | 1 SUMMARY = "gBMC Health Metrics Blob"
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-health.rst | 4 Devlink Health 27 Error/Health type can be a known/generic (e.g. PCI error, fw error, rx/tx error) 47 * Health status and statistics are being updated for the reporter instance
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/health/ |
H A D | phosphor-health-monitor_git.bb | 1 SUMMARY = "BMC Health Monitoring"
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_redfish_utils.robot | 218 # NOTE: A valid FRU record will have a "State" key of "Enabled" and a "Health" key of "OK". 225 ${fru_records}= Filter Struct ${fru_records} [('State', 'Enabled'), ('Health', 'OK')] 252 # A valid record will have "State" key "Enabled" and "Health" key "OK". 272 # [Health]: OK 276 ... [('Health', '^OK$'), ('State', '^Enabled$'), ('${reading_type}', '')] regex=1 invert=1
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | trigger.hpp | 111 inline resource::Health toRedfishSeverity(std::string_view dbusValue) in toRedfishSeverity() 115 return resource::Health::OK; in toRedfishSeverity() 119 return resource::Health::Warning; in toRedfishSeverity() 123 return resource::Health::Critical; in toRedfishSeverity() 125 return resource::Health::Invalid; in toRedfishSeverity()
|
H A D | power_subsystem.hpp | 40 asyncResp->res.jsonValue["Status"]["Health"] = resource::Health::OK; in doPowerSubsystemCollection()
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryTableChassis.vue | 26 <!-- Health --> 81 <!-- Health rollup -->
|