Hello,
I am running into this issue where the grafana server does not start up at all.
This was working fine until i made a change to the grafana.ini file but again reverted the change i made and restarted the service. Ever since, i have been seeing this following message
ash: go: command not found
[root@ip-10-191-115-68 bin]# sudo journalctl -u grafana-server -f
-- Logs begin at Tue 2023-08-22 06:44:08 UTC. --
Aug 29 19:34:37 ip-10-191-115-68.vpc.internal systemd[1]: grafana-server.service: main process exited, code=exited, status=1/FAILURE
Aug 29 19:34:37 ip-10-191-115-68.vpc.internal systemd[1]: Failed to start Grafana instance.
Aug 29 19:34:37 ip-10-191-115-68.vpc.internal systemd[1]: Unit grafana-server.service entered failed state.
Aug 29 19:34:37 ip-10-191-115-68.vpc.internal systemd[1]: grafana-server.service failed.
Aug 29 19:34:38 ip-10-191-115-68.vpc.internal systemd[1]: grafana-server.service holdoff time over, scheduling restart.
Aug 29 19:34:38 ip-10-191-115-68.vpc.internal systemd[1]: Stopped Grafana instance.
Aug 29 19:34:38 ip-10-191-115-68.vpc.internal systemd[1]: start request repeated too quickly for grafana-server.service
Aug 29 19:34:38 ip-10-191-115-68.vpc.internal systemd[1]: Failed to start Grafana instance.
Aug 29 19:34:38 ip-10-191-115-68.vpc.internal systemd[1]: Unit grafana-server.service entered failed state.
Aug 29 19:34:38 ip-10-191-115-68.vpc.internal systemd[1]: grafana-server.service failed.
While i tried to look up logs, i dont see anything that seems relevant to thwe change made and revrted.
Only way to temporarily load the dashboard is by this way - sudo /usr/sbin/grafana-server --config=/etc/grafana/grafana.ini --homepath=/usr/share/grafana
Kindly note - i am using V9.3.6 and on an ec2 linux machine
Inputs on how to resolve this would be much appreciated.
~ the grafana team