bitbots_main
bitbots_main copied to clipboard
Ignore usb ethernet interface in system monitor
Summary
Currently, our diagnostics state is on ERROR most of the time. This is due to the USB network interface getting stale after being disconnected at the start of the game. This results in a stale system metric, and the diagnostics aggregator sets the overall system state on ERROR.
Describe the solution you'd like
- Add the ability to ignore a specific interface in the system monitor
Describe alternatives you've considered
- Don't monitor system interfaces
- Keep it as it is and just ignore it
Why did you reopen this issue?
I think she reopened it because we just did the quick fix by ignoring all network monitoring instead of blacklisting a specific device.