Lines Matching refs:Level
31 Level findThresholdLevel(uint8_t sev)
40 return Level::ERROR;
124 Level level = findThresholdLevel(severity);
127 if ((level == Level::ERROR) || (direction == Direction::ERROR))
400 if (change.threshold.level == thresholds::Level::CRITICAL &&
450 thresholds::Level level, thresholds::Direction direction,
494 std::string, std::vector<std::tuple<const char*, thresholds::Level,
499 std::make_tuple("average_min", Level::WARNING, Direction::LOW,
501 std::make_tuple("average_max", Level::WARNING, Direction::HIGH,
506 std::make_tuple("min", Level::WARNING, Direction::LOW, 0.0),
507 std::make_tuple("max", Level::WARNING, Direction::HIGH, 0.0),
508 std::make_tuple("lcrit", Level::CRITICAL, Direction::LOW, 0.0),
509 std::make_tuple("crit", Level::CRITICAL, Direction::HIGH,
538 std::string getInterface(const Level thresholdLevel)