ConSol-Monitoring / snclient

SNClient+ - Cross platform monitoring agent
MIT License
50 stars 8 forks source link

check_connections: add local/remote port filters #118

Open jframeau opened 4 months ago

jframeau commented 4 months ago

The objective is to count tcp connections by their local/remote port.

Example: check_connections 'filter=lport=443'

POC only for Linux: https://github.com/ConSol-Monitoring/snclient/compare/main...jframeau:snclient:main