Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disk Space and Bandwidth per month graphs not shown #28

Open
ftai20 opened this issue Apr 15, 2020 · 1 comment
Open

Disk Space and Bandwidth per month graphs not shown #28

ftai20 opened this issue Apr 15, 2020 · 1 comment

Comments

@ftai20
Copy link

ftai20 commented Apr 15, 2020

I can not get any value about Disk Space and Bandwidth per month graphs, looking my web dashboard all this value are present.
My telegraf.conf it seems correct on dashboard part:

[[inputs.exec]]
commands = [
“curl -s 10.1.0.200:14002/api/dashboard” # Open SNO API by mapping ports when running your SNO docker instance
]
timeout = “60s”
interval = “1m”
data_format = “json”
tag_keys = [ “data_nodeID” ]
name_override = “StorJHealth”

I saw this error on my telegraf log:

telegraf | 2020-04-15T12:21:00Z E! [inputs.exec] Error in plugin: invalid character ‘<’ looking for beginning of value

@fmoledina
Copy link

I think the new API no longer has that endpoint, so instead of a JSON file, it's getting an HTML 404 page, which starts with a <. The new endpoints are located under /api/sno/. The data structure has also changed so this project will need to be updated to reflect the changes in the API.

See this post on the Storj forums for more information.

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

No branches or pull requests

2 participants