Hello ,
i m just finished to install Grafana on my raspberry pi B+ following the instructions reported at this link Install Grafana on Raspberry Pi | Grafana Labs. Everything work fine but after the installation procedure i cant access on http ipaddress:3000
pi@raspberrypi:~ $ sudo systemctl status grafana-server
● grafana-server.service - Grafana instance
Loaded: loaded (/usr/lib/systemd/system/grafana-server.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2023-04-06 15:40:53 CEST; 483ms ago
Docs: http://docs.grafana.org
Main PID: 8655 ((grafana))
Tasks: 1 (limit: 877)
CGroup: /system.slice/grafana-server.service
└─8655 (grafana)apr 06 15:40:53 raspberrypi systemd[1]: Started Grafana instance.
pi@raspberrypi:~ $ sudo netstat -vanp --tcp | grep 3000pi@raspberrypi:~ $ curl -vL h t t p://192.168.1.10:3000
- Expire in 0 ms for 6 (transfer 0xc52960)
- Trying 192.168.1.10…
- TCP_NODELAY set
- Expire in 200 ms for 4 (transfer 0xc52960)
- connect to 192.168.1.10 port 3000 failed: Connessione rifiutata
- Failed to connect to 192.168.1.10 port 3000: Connessione rifiutata
- Closing connection 0
curl: (7) Failed to connect to 192.168.1.10 port 3000: Connessione rifiutata
I noticed a strange thing, if I modify the grafana.ini file at /etc/grafana/ and restart the system the changes have no effect and also I can’t find any log in the path /var/log/grafana