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

Query fails if path contains white-space #35

Open
quazar0 opened this issue Feb 26, 2018 · 0 comments
Open

Query fails if path contains white-space #35

quazar0 opened this issue Feb 26, 2018 · 0 comments

Comments

@quazar0
Copy link

quazar0 commented Feb 26, 2018

I am trying to query data from a 3d party RRD database, so I have no control over the name of the RRD files/paths. Some of the paths contain a space character. The grafana-rrd-server always returns a 500 status.
I've tried escaping the space with a backslash '\'.
And I've tried using the URL encoding '%20'.
And I've tried wrapping the entire name in double-quotes (").
Nothing seems to work.

Example target:
$testhost/os/interface/Ethernet 1_1/ifInOctets:ds0

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

1 participant