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

Add support for gateways of type UXG to USG dashboard #33

Open
chrede88 opened this issue Apr 6, 2024 · 0 comments
Open

Add support for gateways of type UXG to USG dashboard #33

chrede88 opened this issue Apr 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@chrede88
Copy link

chrede88 commented Apr 6, 2024

The USG dashboard doesn't currently support gateways of type uxg. At the time of opening this issue, I believe there are now three such gateways available: UXG-Lite, UXG-Max and UXG-Pro. I got some of the dashboard to work by simply including uxg as an option for the defined dashboard variables.

label_values(unpoller_device_info{type=~"udm|usg|ugw|uxg"},source)
label_values(unpoller_device_info{source=~"$Controller", type=~"udm|usg|ugw|uxg"},site_name)
label_values(unpoller_device_info{site_name=~"$Site", type=~"udm|usg|ugw|uxg"},name)

I'm running a UXG-Max, and can therefore run some tests if that's helpful.

@platinummonkey platinummonkey added the enhancement New feature or request label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants