You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: system/system_monitor/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ Every topic is published in 1 minute interval.
77
77
|| Network Usage | ✓ | ✓ | ✓ | Notification of usage only, normally error not generated. |
78
78
|| Network CRC Error | ✓ | ✓ | ✓ | Warning occurs when the number of CRC errors in the period reaches the threshold value. The number of CRC errors that occur is the same as the value that can be confirmed with the ip command. |
Copy file name to clipboardexpand all lines: system/system_monitor/docs/ros_parameters.md
+2
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,8 @@ net_monitor:
69
69
| crc_error_count_threshold | int | n/a | 1 | Generates warning when count of CRC errors during CRC error check duration reaches a specified value or higher. |
70
70
| reassembles_failed_check_duration | int | sec | 1 | IP packet reassembles failed check duration. |
71
71
| reassembles_failed_check_count | int | n/a | 1 | Generates warning when count of IP packet reassembles failed during IP packet reassembles failed check duration reaches a specified value or higher. |
| udp_buf_errors_check_count | int | n/a | 1 | Generates warning when count of UDP buf errors during udp_buf_errors_check_duration reaches a specified value or higher. |
0 commit comments