Replies: 1 comment 1 reply
-
Assuming you are trying to load the web page from the same network. If you are wanting to connect to it outside your network, then you would have to open the port on your router. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Hoping someone can help, the playbook runs OK, but when i try to open the grafana webpage using http://PI-IP:3030 the page won't load. Does anyone have any ideas?
TASK [Copy templated internet-monitoring files into place.] *********************************************************************************************************************************
ok: [127.0.0.1] => (item={'src': 'grafana-config.monitoring.j2', 'dest': 'grafana/config.monitoring'})
ok: [127.0.0.1] => (item={'src': 'prometheus.yml.j2', 'dest': 'prometheus/prometheus.yml'})
ok: [127.0.0.1] => (item={'src': 'prometheus-pinghosts.yaml.j2', 'dest': 'prometheus/pinghosts.yaml'})
PLAY RECAP **********************************************************************************************************************************************************************************
127.0.0.1 : ok=13 changed=2 unreachable=0 failed=0 skipped=19 rescued=0 ignored=0
Beta Was this translation helpful? Give feedback.
All reactions