Metadata-Version: 1.1
Name: alignak-checks-glances
Version: 0.2.2
Summary: Alignak - Checks pack for monitoring hosts with Glances
Home-page: https://github.com/Alignak-monitoring-contrib/alignak-checks-glances
Author: Frédéric MOHIER
Author-email: frederic.mohier@gmail.com
License: GNU Affero General Public License, version 3
Description: Alignak checks package for Glances
        ==================================
        
        Checks pack for monitoring hosts with Glances (tests repository)
        
        
        Installation
        ----------------------------------------
        
        The pack configuration files are to be copied to the monitoring objects configuration directory. The most suitable location is the *arbiter_cfg/objects/packs/* directory in the main alignak configuration directory.
        
        **Note**: The main Alignak configuration directory is usually */usr/local/etc/alignak* or */etc/alignak* but it may depend upon your system and/or your installation.
        
        The pack plugins (if any ...) are to be copied to the executable libraries directories.
        
        **Note**: The Alignak librairies directory is usually */usr/local/libexec/alignak* or */var/lib/alignak* but it may depend upon your system and/or your installation.
        
        From PyPI
        ~~~~~~~~~~~~~~~~~~~~~~~
        To install the package from PyPI:
        ::
           pip install alignak-checks-glances
        
        
        From source files
        ~~~~~~~~~~~~~~~~~~~~~~~
        To install the package from the source files:
        ::
           git clone https://github.com/Alignak-monitoring-contrib/alignak-checks-glances
           cd alignak-checks-glances
           mkdir /usr/local/etc/alignak/arbiter_cfg/objects/packs/glances
           # Copy configuration files
           cp -R alignak_checks_glances/*.cfg /usr/local/etc/alignak/arbiter_cfg/objects/packs/glances
           # Copy plugin files
           cp -R alignak_checks_glances/plugins/*.py /usr/local/libexec/alignak
        
        
        Documentation
        ----------------------------------------
        
        To be completed
        
        
        Bugs, issues and contributing
        ----------------------------------------
        
        Contributions to this project are welcome and encouraged ... issues in the project repository are the common way to raise an information.
        
        License
        ----------------------------------------
        
        Alignak Pack EXAMPLE is available under the `GPL version 3 license`_.
        
        .. _GPL version 3 license: http://opensource.org/licenses/GPL-3.0
Keywords: alignak monitoring pack checks glances
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
