Metadata-Version: 1.1
Name: nelmon
Version: 1.3.4
Summary: Monitoring Plugins for Nagios and compatible products
Home-page: http://networklore.com/nelmon/
Author: Patrick Ogenstad
Author-email: patrick@ogenstad.com
License: Apache
Description: NELMON: Monitoring tools for Nagios and compatible products
        ===========================================================
        
        Install using pip:
        
        .. code-block:: bash
        
            $ pip install nelmon
        
        Or if you want the plugins to be installed to your Nagios plugins directory
        
        .. code-block:: bash
        
            $ pip install nelmon --install-option="--install-scripts=/usr/local/nagios/libexec"
        
        When you need to upgrade:
        
        .. code-block:: bash
        
            $ pip install -U nelmon --install-option="--install-scripts=/usr/local/nagios/libexec"
        
        
        .. :changelog:
        
        Release History
        ---------------
        
        1.3.4 (2015-10-14)
        ++++++++++++++++++
        
        * Performance data (connections) using nm_check_asa_connections
        
        1.3.3 (2015-08-31)
        ++++++++++++++++++
        
        * Monitor compliance with nm_check_version (-d)
        
        1.3.2 (2015-08-27)
        ++++++++++++++++++
        
        * Changes for nelsnmp v0.2.1
        
        1.3.1 (2015-08-09)
        ++++++++++++++++++
        
        * Added nm_check_environment
        
        1.3.0 (2015-07-29)
        ++++++++++++++++++
        
        * Added nm_check_uptime
        * Added nm_check_version (only reports in this version)
        
        1.2 (2015-07-26)
        ++++++++++++++++
        
        * Added nm_check_admin_up_oper_down
        * Added nm_check_asa_connections
        * Cleaned up code
        
        1.1 (2015-07-25)
        ++++++++++++++++
        
        * First release to pypi
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
