We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Grafana buttons use a URL and send a get directly to the HTTP server. We need a solution to update the URL with the CLAB server IP+9080port.
Sérgio also sugested a reverse proxy: https://sbcode.net/grafana/nginx/
As alternative we've included a demo portal that allow us to have a page with the control buttons that execute the same PHP and gnmic scripts.
Other workarounds are to use SSH tunneling for port 9080 or to run the browser directly in the CLAB Server and export X.
Another issues is that button is returning "failed to fetch" either using tunneling or updating the URL.
The text was updated successfully, but these errors were encountered:
mairp
tiago-amado
No branches or pull requests
The Grafana buttons use a URL and send a get directly to the HTTP server.
We need a solution to update the URL with the CLAB server IP+9080port.
Sérgio also sugested a reverse proxy: https://sbcode.net/grafana/nginx/
As alternative we've included a demo portal that allow us to have a page with the control buttons that execute the same PHP and gnmic scripts.
Other workarounds are to use SSH tunneling for port 9080 or to run the browser directly in the CLAB Server and export X.
Another issues is that button is returning "failed to fetch" either using tunneling or updating the URL.
The text was updated successfully, but these errors were encountered: