feat: add listening ports widget #483

Merged
ZacharyZcR merged 2 commits from feat/ports-widget into dev-1.10.1 2026-01-12 07:46:06 +00:00
ZacharyZcR commented 2026-01-08 16:19:57 +00:00 (Migrated from github.com)

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)

Reopened from #457 due to base branch change

## 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) > Reopened from #457 due to base branch change
Sign in to join this conversation.