-
config
[general] [check.NetworkBandwidth] [check.ActiveConnection] My debian headless LAN server (old pc) is kepping awake as can be seen in journal output, i have been using --allchecks option. I tried debuggin by running nethogs in tmux but i couldn' find any useful information from it. This old computer only has one network interface enp1s0 If no one is connected to the computer why is there traffic on enp1s0, do you have any idea and how to troubleshoot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
That's the problem with the bandwidth check. There's always something happening on a system or the network. You could use tcpdump and wireshark to find out what is happening there. Maybe some broadcast traffic in your subnet or something like that. In general just increase your thresholds to match or better switch to more deterministic checks based on connected ports, smb status or similar. |
Beta Was this translation helpful? Give feedback.

That's the problem with the bandwidth check. There's always something happening on a system or the network. You could use tcpdump and wireshark to find out what is happening there. Maybe some broadcast traffic in your subnet or something like that. In general just increase your thresholds to match or better switch to more deterministic checks based on connected ports, smb status or similar.