Skip to content

Commit

Permalink
feat: update net monitor param (autowarefoundation#407)
Browse files Browse the repository at this point in the history
* feat: update net monitor param

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

* update net monitor param

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 authored Jan 27, 2023
1 parent cd9b2ac commit 5f90390
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 2 deletions.
4 changes: 4 additions & 0 deletions system_launch/config/1/system_monitor/net_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
devices: [ 'eno1', 'enp3s0', 'enp4s0', 'logging_bond0' ]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 20
reassembles_failed_check_count: 30000
4 changes: 4 additions & 0 deletions system_launch/config/10/system_monitor/net_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
devices: [ 'eno1', 'enp3s0', 'enp4s0', 'logging_bond0' ]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 20
reassembles_failed_check_count: 30000
4 changes: 4 additions & 0 deletions system_launch/config/2/system_monitor/net_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
devices: [ 'eno1', 'enp3s0', 'enp4s0', 'logging_bond0' ]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 20
reassembles_failed_check_count: 30000
4 changes: 4 additions & 0 deletions system_launch/config/3/system_monitor/net_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
devices: [ 'eno1', 'enp3s0', 'enp4s0', 'logging_bond0' ]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 20
reassembles_failed_check_count: 30000
4 changes: 4 additions & 0 deletions system_launch/config/4/system_monitor/net_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
devices: [ 'eno1', 'enp3s0', 'enp4s0', 'logging_bond0' ]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 20
reassembles_failed_check_count: 30000
4 changes: 4 additions & 0 deletions system_launch/config/5/system_monitor/net_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
devices: [ 'eno1', 'enp3s0', 'enp4s0', 'logging_bond0' ]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 20
reassembles_failed_check_count: 30000
4 changes: 4 additions & 0 deletions system_launch/config/6/system_monitor/net_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
devices: [ 'eno1', 'enp3s0', 'enp4s0', 'logging_bond0' ]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 20
reassembles_failed_check_count: 30000
4 changes: 4 additions & 0 deletions system_launch/config/7/system_monitor/net_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
devices: [ 'eno1', 'enp3s0', 'enp4s0', 'logging_bond0' ]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 20
reassembles_failed_check_count: 30000
4 changes: 4 additions & 0 deletions system_launch/config/8/system_monitor/net_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
devices: [ 'eno1', 'enp3s0', 'enp4s0', 'logging_bond0' ]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 20
reassembles_failed_check_count: 30000
4 changes: 4 additions & 0 deletions system_launch/config/9/system_monitor/net_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
devices: [ 'eno1', 'enp3s0', 'enp4s0', 'logging_bond0' ]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 20
reassembles_failed_check_count: 30000
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 1
reassembles_failed_check_count: 1
reassembles_failed_check_duration: 20
reassembles_failed_check_count: 30000

0 comments on commit 5f90390

Please sign in to comment.