You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing OMD on a Suse Enterprise Server 15 SP4 I ran into the following issue when trying to look at dashboards from grafana.
And this is the error that is displayed on the dashboard.
It looks like Grafana can't reach it's API because of the Apache Configuration. I am unfortunately not sure how to troubleshoot this. The steps that I already tried were trying to change the grafana.conf file inside of etc/apache/conf.d by creating a new Location:
<Location /monitoring/grafana/api/live/ws>
#Deal with websocket for live updatesProxyPreserveHost On
ProxyPass ws://<host-name>/monitoring/grafana/api/live/ws
ProxyPassReverse ws://<host-name>/monitoring/grafana/api/live/ws
</Location>
This didn't fix the error in the debug console.
I am still able to create a custom Dashboard in Grafana and have it show me data from omd:
After investigating the apache error_log the following log can be seen:
Is this a custom dashboard? I don't think the ...live/ws issue from the web console is related to this. I can see that error here as well and the dashboard just works fine.
The more promising lead is the histou error in the apache error log.
Try moving away custom templates from etc/histou/templates/custom/ and see if the issue is gone. If so, you have to fix your templates.
Hello,
After installing OMD on a Suse Enterprise Server 15 SP4 I ran into the following issue when trying to look at dashboards from grafana.
And this is the error that is displayed on the dashboard.
It looks like Grafana can't reach it's API because of the Apache Configuration. I am unfortunately not sure how to troubleshoot this. The steps that I already tried were trying to change the grafana.conf file inside of etc/apache/conf.d by creating a new Location:
This didn't fix the error in the debug console.
I am still able to create a custom Dashboard in Grafana and have it show me data from omd:
After investigating the apache error_log the following log can be seen:
I don't really know what's going on can you help me troubleshoot it?
With best regards
Andreas
The text was updated successfully, but these errors were encountered: