You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
I would like to not display the multivisor-rpc processes in the UI. How can I achieve that?
The text was updated successfully, but these errors were encountered: