-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Support Ticket]: Unable to access Web UI for monitoring stack using a remote machine #1774
Comments
@stuberman Can you confirm if 192.168.1.98 is your server's IP (where Grafana is running) or if this is a docker internal IP. If it is a docker internal IP, I would recommend using server IP to access. |
Correct, I use the following IPs:
|
You are correct about prometheus port being 9190 instead of 9090. I have updated the docs. Grafana's default username and passwords are "admin/admin". Can you tell me what error you get on the screen when trying to login? |
Here is the default dashboard window (briefly see a message, unable to load default dashboard) grafana | logger=context userId=1 orgId=1 uname=admin t=2023-10-26T12:59:11.556352129Z level=info msg="Request Completed" method=GET path=/api/live/ws status=-1 remote_addr=192.168.1.154 time_ms=3 duration=3.326449ms size=0 referer= handler=/api/live/ws |
You can ignore the default dashboard message. It looks like your data points might not be connected. Please check that metrics are being reported on the ports and these ports are reachable from the prometheus container. Also, match that the ports exposed are the ones being scraped for metrics. |
Please explain how I do that, all of these configurations are inside Docker it seems and I am not familiar with configuring and troubleshooting Docker. |
@stuberman We have made some change to the monitoring stack and the documentation as part of the new v2.1.0-rc3. Can you please check https://boost.filecoin.io/monitoring and see if the new information helps you get across the line? |
Boost component
Boost Version
Describe the problem
Following directions at https://boost.filecoin.io/tutorials/setting-up-a-monitoring-stack-for-boost
When I try to see Prometheus dashboard from another computer on LAN using:
http://192.168.1.98:9090/
I get:
This site can’t be reached192.168.1.98 refused to connect.
When I use
http://192.168.1.98:9190/
I get access but errors:When I try to see Graphana dashboard from another computer on LAN using:
http://192.168.1.98:3333/
I get a web page prompting me for a login, but the login always fails
Logging Information
Repo Steps
...
Boostd, bitswap are running locally on boost node, lotus-miner and lotus node on a different server.
The text was updated successfully, but these errors were encountered: