Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check established connections using netstat.
Current Version
1.0
Last Release Date
2011-10-05
Owner
Jorge Schrauwen
Compatible With
check_connections
check_connections.wsf
Check established conenctions using netstat. Requires the Nagios::Plugin module and netstat binary.
Provides performance data about established connections, listeners and connections in wait_close state.
Update 1: Added a windows version.
I've also provided a nagiosgraph map config: # Connections (Linux) # established=8;; waiting=0;; listeners=4;; /perfdata:.*established=([.0-9]+).*swaiting=([.0-9]+).*slisteners=([.0-9]+)./ and push @s, [ 'connections', [ 'established', GAUGE, $1 ], [ 'waiting', GAUGE, $2 ], [ 'listeners', GAUGE, $3 ] ];
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!