Network Connections, Stats and Bandwidth

check_connections

Description:

Check established connections using netstat.

Current Version

1.0

Last Release Date

2011-10-05

Compatible With

  • Nagios 2.x
  • Nagios 3.x

Project Files
Project Notes
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 ] ];
Reviews (0) Add a Review
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
0 (0)
Favorites
1
Views
96,541