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
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Browser on client - Webserver hosting tasseo - Graphite server
The http://webserver:5000 returns the list of dashboards as expected
Clicking on an example dashboard, brings up the dashboard, but only the loading circle appears, no graph.
In the stdout where I started foreman, I see 404's:
GET /graphite/render/?target=keepLastValue(icinga.webserver.load.load1)&from=-5minutes&format=json HTTP/1.1" 404
Browser on client - Webserver hosting tasseo - Graphite server
The http://webserver:5000 returns the list of dashboards as expected
Clicking on an example dashboard, brings up the dashboard, but only the loading circle appears, no graph.
In the stdout where I started foreman, I see 404's:
GET /graphite/render/?target=keepLastValue(icinga.webserver.load.load1)&from=-5minutes&format=json HTTP/1.1" 404
Yet, from the webserver:
curl "graphite/render/?target=keepLastValue(icinga.webserver.load.load1)&from=-5minutes&format=json"
Returns:
[{"target": "keepLastValue(icinga.webserver.load.load1)", "datapoints": [[0.08, 1440984240], [0.03, 1440984300], [0.38, 1440984360], [0.19, 1440984420], [0.19, 1440984480]]}]
What am I missing?
The text was updated successfully, but these errors were encountered: