Add listening ports widget to server stats, similar to ss -tulnp output
Backend collector supports ss with netstat fallback for older systems
Shows TCP/UDP port counts, listening addresses, states, and process names
Test plan
Enable ports widget on a host and verify it displays listening ports
Test on system with ss command
Test fallback on system without ss (uses netstat)
## Summary
- Add listening ports widget to server stats, similar to ss -tulnp output
- Backend collector supports ss with netstat fallback for older systems
- Shows TCP/UDP port counts, listening addresses, states, and process names
## Test plan
- [ ] Enable ports widget on a host and verify it displays listening ports
- [ ] Test on system with ss command
- [ ] Test fallback on system without ss (uses netstat)
Pull request closed
This pull request cannot be reopened because the branch was deleted.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Test plan
Pull request closed