8000 [featureRequest] Throw error message if supervisord is incorrectly configured and throws UNKNOWN_METHOD · Issue #117 · gamegos/cesi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[featureRequest] Throw error message if supervisord is incorrectly configured and throws UNKNOWN_METHOD #117
Open
@shouldsee

Description

@shouldsee

If superviosrd is missing the section to enable RPC interface, cesi would show 0 processes even if node is connected. Inspecting log reveals an xmlrpc error (UNKNOWN_METHOD) captured silently, which could be fixed by appending the following to supervisord conf . It would be nice to have this information reflected at the web site.

#; the below section must remain in the config file for RPC
#; (supervisorctl/web interface) to work, additional interfaces may be
#; added by defining them in separate rpcinterface: sections
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0