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 93d3813a6755..2cea6cc97cb3 100644 --- a/system/system_error_monitor/config/diagnostic_aggregator/system.param.yaml +++ b/system/system_error_monitor/config/diagnostic_aggregator/system.param.yaml @@ -157,3 +157,25 @@ path: usage contains: [": HDD Usage"] timeout: 3.0 + + process: + type: diagnostic_aggregator/AnalyzerGroup + path: process + analyzers: + high_load: + type: diagnostic_aggregator/GenericAnalyzer + path: high_load + contains: [": High-load"] + timeout: 3.0 + + high_mem: + type: diagnostic_aggregator/GenericAnalyzer + path: high_mem + contains: [": High-mem"] + timeout: 3.0 + + tasks_summary: + type: diagnostic_aggregator/GenericAnalyzer + path: tasks_summary + contains: [": Tasks Summary"] + timeout: 3.0