Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shouldsee opened this issue Sep 29, 2022 · 0 comments

Comments

@shouldsee
Copy link

shouldsee commented Sep 29, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@shouldsee and others