-
What Grafana version and what operating system are you using?
10.2 -
What are you trying to achieve?
Opening Grafana on localhost:3000 -
How are you trying to achieve it?
Using browser -
What happened?
Page doesnt open -
What did you expect to happen?
-
Can you copy/paste the configuration(s) that you are having problems with?
[server]
# Protocol (http, https, h2, socket)
protocol = http
# The ip address to bind to, empty will bind to all interfaces
http_addr =
# The http port to use
http_port = 3000
# The public facing domain name used to access grafana from a browser
domain = localhost
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?
I was able to open the Grafana page on localhost:3000 but all of a sudden it has stopped working, defaults.ini file still states localhost and port number but my browser no longer open the Grafana page.
Thanks