An RESTful supervisor gateway with paginated and cached process info
Project description
supervisor-gateway
A RESTful supervisor gateway with paginated and cached process info
Features
- RESTful API to
supevisordsupport - A
eventlistenerrole for events subscription - Cached status API with pagination
Architecture
Install
from pypi
pip install supervisor-gateway
or install locally
make install
Usage
supervisor-gateway running as child process of supervisord, there is a supervisor config example
[eventlistener:supervisor_gateway]
command = python -m supervisor_gateway
events = PROCESS_STATE,SUPERVISOR_STATE_CHANGE,PROCESS_GROUP
environment = SG_LOG_LEVEL="DEBUG",SG_RPC="http://localhost:9011/RPC2",SG_LOG_FILE=
"supervisor_gateway.log",SG_HOST="localhost",SG_PORT="1234"
stderr_logfile = supervisor_gateway.err.log
stderr_logfile_maxbytes = 10MB
stderr_logfile_backups = 2
buffer_size = 1024
some supported environments blow:
- SG_HOST: listen host
- SG_PORT: listen port
- SG_RPC: supervisord rpc url
- SG_LOG_LEVEL: log level
- SG_LOG_FILE: log file
update supervisor conf
supervisorctl update supervisor_gateway
check it
curl http://localhost:1234/rpc/state
interact with api document in the browser http://localhost:1234/docs
TODO
- Add unit test
- Add more API
- Add API documents
License
Distributed under the MIT License. See LICENSE for more information.
Acknowledgments
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file supervisor-gateway-0.4.0.tar.gz.
File metadata
- Download URL: supervisor-gateway-0.4.0.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e10e3e5b7c37270d2e2bea9ba3e0e9af51d582f760154668b82e4aeceeeb3010
|
|
| MD5 |
02c0af85223a3b718995fb41c1a7806c
|
|
| BLAKE2b-256 |
a0855f3002dabf5bb96f71884940e913cfa813bcbe88c7b8e90a629ef41dfc84
|
File details
Details for the file supervisor_gateway-0.4.0-py3-none-any.whl.
File metadata
- Download URL: supervisor_gateway-0.4.0-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea387808d075ef407f25db9125e1a528d30f34d3099a3dc2a7efbb6f293b31d4
|
|
| MD5 |
3260b255ea299e991308d1850e75100d
|
|
| BLAKE2b-256 |
c62bb71250dbce20915fdf3e88242620ceba397b574f268a5ff31badb27b70d1
|