Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_netscaler_conn
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
This plugin is written in perl and requires the perl module: Net::SNMP. Beta version, tested on Netscaler 9000 series.
Reviews (1)
byhatsof, September 30, 2013
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
"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