Home
last modified time | relevance | path

Searched refs:lowerWarning (Results 1 – 6 of 6) sorted by relevance

/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp72 lowerWarning, enumerator
91 Type::lowerWarning),
/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp31 std::make_tuple(::numeric::Type::lowerWarning, 88.6, in getCorrectParams()
33 std::make_tuple(::numeric::Type::lowerWarning, 90, TriggerValue(88.6))); in getCorrectParams()
H A Dtest_numeric_threshold.cpp31 numeric::Type type = numeric::Type::lowerWarning) in makeThreshold()
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp331 std::optional<nlohmann::json::object_t> lowerWarning; member
336 return upperCritical || upperWarning || lowerWarning || lowerCritical; in any()
364 if (numericThresholds.lowerWarning) in parseNumericThresholds()
367 res, *numericThresholds.lowerWarning, in parseNumericThresholds()
628 "NumericThresholds/LowerWarning", thresholds.lowerWarning, // in parsePostTriggerParams()
/openbmc/telemetry/src/
H A Dtrigger_actions.cpp80 case ::numeric::Type::lowerWarning: in getRedfishMessageId()
95 case ::numeric::Type::lowerWarning: in getRedfishMessageId()
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue179 label: i18n.global.t('pageSensors.table.lowerWarning'),