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

Can't use URLs behind a subpath #1

Closed
nettosama opened this issue Oct 31, 2018 · 1 comment · Fixed by #8
Closed

Can't use URLs behind a subpath #1

nettosama opened this issue Oct 31, 2018 · 1 comment · Fixed by #8

Comments

@nettosama
Copy link

The standard format to access netdata in this module is:

'http://{host}:{port}/api/v{api}/'

But there are some cases in which the Netdata URL could be like this:

'http://{host}:{port}/{path}/api/v{api}/'

Please add an option as a optional parameter to format it like this

@ghartong
Copy link

Facing same problem. Freenas 11 sets up NetData as a service available at http://{host}/netdata so the api is at http://{host}/netdata/api/v{api}. The addition of a {path} parameter would be great.

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

Successfully merging a pull request may close this issue.

2 participants