@iml/supervisor-status
v1.0.1
Published
Service that reports current supervisor status as JSON.
Downloads
10
Keywords
Readme
supervisor-status
This module reports supervisord process status as a JSON array as a persistent daemon.
This avoids the need to implement a XMLRPC client everywhere we need status. We can just connect to this socket and get status.
It will either return a top level object with a result
key on success, or an error
key
on failure.
It is meant to be used with unix domain sockets + socket activation.