Metadata-Version: 1.1
Name: QSupervisorControl
Version: 0.3.5.1
Summary: The simples tray system that observe status of services managed with supervisor.
Home-page: https://bitbucket.org/rodrigopmatias/qsupervisorcontrol/downloads
Author: Rodrigo Pinheiro Matias
Author-email: rodrigopmatias@gmail.com
License: UNKNOWN
Description: ===============
        How to use this
        ===============
        
        You can install this package with the command:
        
        ::
        
            pip install QSupervisorControl
        
        And you can run this application with command:
        
        ::
        
            user@host ~/ $ qsc
        
        You need install Supervisor Control in your Operational System for you can control this. You can see how to install in `this documentation <http://supervisord.org/installing.html>`_.
        
        You need change the configuration file of supervisor for free access for supervisorctl for your user, for this change de section **unix_http_server** with this lines:
        
        ::
        
            [unix_http_server]
            file=/var/run//supervisor.sock
            chown=root:adm
            chmod=0660
        
        You need restart the supervisor for effect. With this configuration the all user in the adm group can access for the supervisorctl. You can test running in the console supervisorctl status, this command need run without exceptions.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Desktop Environment
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
