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

Hide multivisor-rpc from list #77

Open
wackazong opened this issue Feb 27, 2021 · 2 comments
Open

Hide multivisor-rpc from list #77

wackazong opened this issue Feb 27, 2021 · 2 comments

Comments

@wackazong
Copy link

I would like to not display the multivisor-rpc processes in the UI. How can I achieve that?

@tiagocoutinho
Copy link
Owner

So far this is not possible.
You are not the first person to ask for this.

Since you are free to give the event listener a name of your choosing (the name "multivisor-rpc" is just a recommendation), mybe a regular expression filter in the multivisor configuration file would be the best thing.
This would allow also to filter out any other processes that you might not want in the gui.

Example:

[global]
filter = "(.*)multivisor-rpc"

The (.*) prefix is necessary because the full process name is <host>:<group>:<name>

Would that fit your needs?

@wackazong
Copy link
Author

That sounds just perfect and a well suited general feature addition for a specific use case. Thanks.

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