cesi icon indicating copy to clipboard operation
cesi copied to clipboard

[featureRequest] Throw error message if supervisord is incorrectly configured and throws UNKNOWN_METHOD

Open shouldsee opened this issue 1 year ago • 0 comments

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

shouldsee avatar Sep 29 '22 05:09 shouldsee