From 0161d71926c47c664924366bc740a230fe5aa8f4 Mon Sep 17 00:00:00 2001 From: h-ohta Date: Wed, 6 Apr 2022 16:46:13 +0900 Subject: [PATCH] feat: add new diag for hdd_monitor to diagnostics aggregator --- .../config/diagnostic_aggregator/system.param.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/system/system_error_monitor/config/diagnostic_aggregator/system.param.yaml b/system/system_error_monitor/config/diagnostic_aggregator/system.param.yaml index 2cc4bca27724a..edea607c1bd1b 100644 --- a/system/system_error_monitor/config/diagnostic_aggregator/system.param.yaml +++ b/system/system_error_monitor/config/diagnostic_aggregator/system.param.yaml @@ -138,6 +138,18 @@ contains: [": HDD Usage"] timeout: 3.0 + power_on_hours: + type: diagnostic_aggregator/GenericAnalyzer + path: usage + contains: [": HDD PowerOnHours"] + timeout: 3.0 + + total_data_written: + type: diagnostic_aggregator/GenericAnalyzer + path: usage + contains: [": HDD TotalDataWritten"] + timeout: 3.0 + process: type: diagnostic_aggregator/AnalyzerGroup path: process