Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
chore: sync files (#202)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>

Co-authored-by: h-ohta <[email protected]>
  • Loading branch information
tier4-autoware-public-bot[bot] and h-ohta authored Feb 10, 2022
1 parent 1a6058e commit 948a74e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions system_launch/config/system_monitor/cpu_monitor.param.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/**:
ros__parameters:
temp_warn: 90.0
temp_error: 95.0
usage_warn: 0.90
usage_warn: 0.96
usage_error: 1.00
usage_count: 2
usage_avg: true
msr_reader_port: 7634
2 changes: 1 addition & 1 deletion system_launch/config/system_monitor/hdd_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
num_disks: 1
disks: # Until multi type lists are allowed, name N the disks as disk0...disk{N-1}
disk0:
name: /dev/sda
name: /
temp_warn: 55.0
temp_error: 70.0
free_warn: 5120 # MB(8hour)
Expand Down
3 changes: 1 addition & 2 deletions system_launch/config/system_monitor/mem_monitor.param.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/**:
ros__parameters:
usage_warn: 0.95
usage_error: 0.99
available_size: 1024 # MB
3 changes: 2 additions & 1 deletion system_launch/config/system_monitor/net_monitor.param.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/**:
ros__parameters:
devices: ["*"]
usage_warn: 0.95
traffic_reader_port: 7636
monitor_program: "greengrass"

0 comments on commit 948a74e

Please sign in to comment.