Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_netscaler_conn

Rating
2 votes
Favoured:
0
Owner
Hits
157836
Files:
FileDescription
check_netscaler_conn.plcheck_netscaler_conn
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Perl script that checks the number of client or server established connections on a netscaler, using snmp.
This plugin is written in perl and requires the perl module: Net::SNMP. Beta version, tested on Netscaler 9000 series.
Reviews (1)
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