Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Good, readable script for monitoring “Current Client & Server connections in the Established state” Needs slight modification for OID’s that are obsolete after NetScaler ver 9.3
NetScaler MIB 10.1 :
my $oid_currentclient_conn = “1.3.6.1.4.1.5951.4.1.1.46.12.0”; # current client established connexion my $oid_currentserver_conn = “1.3.6.1.4.1.5951.4.1.1.46.10.0”; # current server established connexion
regards, Erwin