Thanks to visit codestin.com
Credit goes to github.com

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

404's in foreman stdout #99

@Wernervdmerwe

Description

@Wernervdmerwe

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions