Metadata-Version: 1.0
Name: QSupervisorControl
Version: 0.3.8
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
