Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

404's in foreman stdout #99

Open
Wernervdmerwe opened this issue Aug 31, 2015 · 0 comments
Open

404's in foreman stdout #99

Wernervdmerwe opened this issue Aug 31, 2015 · 0 comments

Comments

@Wernervdmerwe
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant