
SUMMARY
-------

check_conn - Nagios plugin to check the number of active connections on a given port number

INSTALLATION
------------

* Put the check_conn file into your nagios libexec folder (typically /usr/local/nagios/libexec)
* Define a line in commands.cfg or nrpe.cfg to call the plugin. 

COMMANDLINE OPTIONS
-------------------

-p PORT NUMBER - which port to check
-w NUMBER - how many connections to a given port to report a WARNING state for.
-c NUMBER - how many connections to a given port to report a CRITICAL state for.

EXAMPLE USAGE
-------------

check_conn -p 80 -w 100 -c 150

QUESTIONS AND COMMENTS
----------------------

* Mail questions and comments to john@adminking.com

LINKS
-----

* The home page for this plugin is located on: http://www.linkerror.com
* To support me, you may hire me: http://www.adminking.com
* Grab nagios from: http://www.nagios.org

