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

influxdb has issues with backslash/ #124

Open
steverweber opened this issue Sep 16, 2016 · 0 comments
Open

influxdb has issues with backslash/ #124

steverweber opened this issue Sep 16, 2016 · 0 comments

Comments

@steverweber
Copy link

Failed to send metrics to InfluxDB.                                 Status code: 400: {"error":"partial write:\nunable to parse 'AllFixedDiskDriveSpaces,host=src-voxco-sql1,check=C:\\ value=38.92 1473986586000000000': invalid tag format\nunable to parse 'AllFixedDiskDriveSpaces,host=src-voxco-sql1,check=F:\\ value=78.45 1473986586000000000': invalid tag format\nunable to parse 'AllFixedDiskDriveSpaces,host=src-voxco-sql1,check=G:\\ value=44.02 1473986586000000000': 

if i change the data "check=C:\" to check=C:// it works.

curl -i -u 'nagios:xxxxxxxxxx' -XPOST 'https://influxdb:8086/write?db=nagios&precision=ns' --data-binary "AllFixedDiskDriveSpaces,host=src-voxco-sql1,check=C:// value=38.92 1473986586000000000"
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