Skip to content

Commit

Permalink
fix: netmonitor config (#321)
Browse files Browse the repository at this point in the history
fix(system_monitor): restrict monitored port
  • Loading branch information
0x126 authored and saka1-s committed Jun 25, 2024
1 parent 215c4ed commit 08269ce
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**:
ros__parameters:
devices: ["*"]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 1
reassembles_failed_check_count: 1
devices: ["enp2s0f1"]
traffic_reader_port: 7636
monitor_program: "greengrass"
crc_error_check_duration: 1
crc_error_count_threshold: 1
reassembles_failed_check_duration: 1
reassembles_failed_check_count: 1

0 comments on commit 08269ce

Please sign in to comment.