From b31445b0db77d9d1b271a3300af5fd8414bb29f5 Mon Sep 17 00:00:00 2001 From: h-ohta Date: Thu, 10 Feb 2022 16:26:21 +0900 Subject: [PATCH] feat: add system_monitor parameters in sync-files --- .github/sync-files.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index c9c88fec5..9d07f31f3 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -30,3 +30,17 @@ dest: system_launch/config/system_error_monitor.param.yaml - source: system/system_error_monitor/config/system_error_monitor.planning_simulation.param.yaml dest: system_launch/config/system_error_monitor.planning_simulation.param.yaml + - source: system/system_monitor/config/cpu_monitor.param.yaml + dest: system_launch/config/system_monitor/cpu_monitor.param.yaml + - source: system/system_monitor/config/gpu_monitor.param.yaml + dest: system_launch/config/system_monitor/gpu_monitor.param.yaml + - source: system/system_monitor/config/hdd_monitor.param.yaml + dest: system_launch/config/system_monitor/hdd_monitor.param.yaml + - source: system/system_monitor/config/mem_monitor.param.yaml + dest: system_launch/config/system_monitor/mem_monitor.param.yaml + - source: system/system_monitor/config/net_monitor.param.yaml + dest: system_launch/config/system_monitor/net_monitor.param.yaml + - source: system/system_monitor/config/ntp_monitor.param.yaml + dest: system_launch/config/system_monitor/ntp_monitor.param.yaml + - source: system/system_monitor/config/process_monitor.param.yaml + dest: system_launch/config/system_monitor/process_monitor.param.yaml