aerokube / ggr-ui

The missing /status API for Ggr
https://aerokube.com/ggr-ui/latest/
Apache License 2.0
39 stars 15 forks source link

Give name to selenoid backend #60

Closed Pavel077 closed 3 years ago

Pavel077 commented 3 years ago

Hello.

We are using ggr-ui with two selenoid backends. In ggr-ui status page one backend is named "test" and another "unknown". I have no idea where ggr got these names for them.

The quota file test.xml describes selenoid servers like this:

<host name="192.168.34.91" port="4444" count="50"/>
<host name="192.168.131.2" port="4444" count="35"/>

How can we set names for backend servers defined in quota file? Thanks!

Screenshot 2021-07-19 161940

vania-pooh commented 3 years ago

@Pavel077 there are not backend names but basic HTTP auth user names being used in Selenium URL.

Pavel077 commented 3 years ago

Thank you!