Metadata-Version: 1.1
Name: alignak_app
Version: 0.6.2
Summary: Applet, in system tray, for Alignak monitoring solution
Home-page: https://github.com/Alignak-monitoring-contrib/alignak-app
Author: Estrada Matthieu
Author-email: ttamalfor@gmail.com
License: GNU Affero General Public License, version 3
Description: ===========
        Alignak App
        ===========
        
        *Alignak desktop application*
        
        .. image:: https://travis-ci.org/Alignak-monitoring-contrib/alignak-app.svg?branch=develop
            :target: https://travis-ci.org/Alignak-monitoring-contrib/alignak-app
            :alt: Develop branch build status
        
        .. image:: https://landscape.io/github/Alignak-monitoring-contrib/alignak-app/master/landscape.svg?style=flat
           :target: https://landscape.io/github/Alignak-monitoring-contrib/alignak-app/master
           :alt: Development code static analysis
        
        .. image:: https://coveralls.io/repos/github/Alignak-monitoring-contrib/alignak-app/badge.svg?branch=develop&service=github
            :target: https://coveralls.io/github/Alignak-monitoring-contrib/alignak-app?branch=develop
            :alt: Development code coverage
        
        .. image:: http://readthedocs.org/projects/alignak-app/badge/?version=latest
            :target: http://alignak-app.readthedocs.io/en/latest/?badge=latest
            :alt: Latest documentation Status
        
        .. image:: http://readthedocs.org/projects/alignak-app/badge/?version=develop
            :target: http://alignak-app.readthedocs.io/en/develop/?badge=develop
            :alt: Development documentation Status
        
        .. image:: https://badge.fury.io/py/alignak_app.svg
            :target: https://badge.fury.io/py/alignak_app
            :alt: Most recent PyPi version
        
        .. image:: https://img.shields.io/badge/IRC-%23alignak-1e72ff.svg?style=flat
            :target: http://webchat.freenode.net/?channels=%23alignak
            :alt: Join the chat #alignak on freenode.net
        
        .. image:: https://img.shields.io/badge/License-AGPL%20v3-blue.svg
            :target: http://www.gnu.org/licenses/agpl-3.0
            :alt: License AGPL v3
        
        Short description
        -----------------
        
        Alignak-App is a desktop application, residing in the system tray, for the Alignak framework. It can be installed on any Linux or Windows Dekstop / Server with a graphical interface which can run Python.
        
        This application is useful for people with an Alignak installation in their business and who want to keep an eye on their supervision constantly.
        
        It is used to :
        
        * Get Alignak daemons status, number of hosts and services per state
        * Be notified when problems are raised by Alignak
        * View, in real time, an host synthesis (host and its services state)
        * Acknowledge problems or schedule downtimes on your Hosts / Services
        
        Installation
        ------------
        
        To install Alignak-app::
        
            # For Linux users with python2
            sudo apt-get install python-qt4
            # For Linux and Windows users with python3
            pip3 install PyQt5 --user
        
            # For Windows users, we recommend using python3, else install PyQt from the download page
        
            # Alignak App
            pip install alignak_app --user
        
            # As of now, the last version is not yet pip installable, so we:
            git clone https://github.com/Alignak-monitoring-contrib/alignak-app
            cd alignak-app
            pip install . --user
        
            # Run the app (1st run will finalize the installation)
            $HOME/.local/alignak_app/alignak-app start
        
            # Then you will be able for next runs to
            alignak-app start
        
            # An installer for Windows is also available on this repository.
        
        You can find more help in the documentation below.
        
        Documentation
        -------------
        
        Documentation for Alignak-app is available on `Read The Docs <http://alignak-app.readthedocs.io/en/develop/index.html>`_.
        You will find everything you need to install and configure the application.
        To learn more about Alignak, visit `http://www.alignak.net/ <http://www.alignak.net/>`_ website.
        
        Bugs / Enhancements
        -------------------
        
        Please open any issue or idea on this `repository <https://github.com/Alignak-monitoring-contrib/alignak-app/issues>`_.
        
        Preview (Debian and Windows)
        ----------------------------
        
        .. image:: https://raw.githubusercontent.com/Alignak-monitoring-contrib/alignak-app/develop/docs/image/preview_deb.png
        .. image:: https://raw.githubusercontent.com/Alignak-monitoring-contrib/alignak-app/develop/docs/image/preview_win.png
        
Keywords: alignak applet notifier
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Desktop Environment
