Anybody got a Custom poller for TCP Connections to a Network Device (ie Net Scaler).
No poller to give you, but a quick search found this:
CTX119209 - Citrix NetScaler SNMP OID Reference - Release 9.0 - Citrix Knowledge Center
nsTcpStatsGroup (1.3.6.1.4.1.5951.4.1.1.46)
This provides information about TCP related statistics in the NetScaler product.
tcpCurServerConn (1.3.6.1.4.1.5951.4.1.1.46.1)
Server connections, including connections in the Opening, Established, and Closing state.
tcpCurClientConn (1.3.6.1.4.1.5951.4.1.1.46.2)
Client connections, including connections in the Opening, Established, and Closing state.
tcpActiveServerConn (1.3.6.1.4.1.5951.4.1.1.46.8)
Connections to a server currently responding to requests.
tcpCurServerConn gave me exactly what I needed. Thanks