-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 invalid number #113
Comments
This is a compatibility issue with InfluxDB <=0.9.2, I should have made this more clear in the README, but: InfluxDB <= 0.9.2 requires Telegraf <= 0.1.4 Apologies for the confusion, I'm going to update the README now and keep links to version 0.1.4 |
Thank you |
I update influxdb to 0.9.3
but I get same error messages
|
I test my config no problem
|
@gavinzhou I believe the problem is that your DB is still running 0.9.2 even though your shell is a 0.9.3 nightly, from the first line of the banner:
@beckettsean @gunnaraasen can you confirm? |
@gavinzhou I can confirm @sparrc is correct. You are running the 0.9.2 version of the database, using the 0.9.3-nightly version of the CLI to connect. Please upgrade your running database process to a 0.9.3 nightly if you want to use telegraf 0.1.5, or stay on 0.9.2 and run telegraf 0.1.4. |
For instance, running the most recent nightly as both the shell and the daemon, you can see that my version outputs match:
|
I miss update my influxdb |
I get this log
2015/08/15 00:39:45 Error in plugins: unable to parse 'disk_total,fstype=rootfs,host=influxdbSrv03,path=/ value=10432581632i': invalid number
2015/08/15 00:39:55 Error in plugins: unable to parse 'disk_total,fstype=rootfs,host=influxdbSrv03,path=/ value=10432581632i': invalid number
I use telegraf 0.1.5
The text was updated successfully, but these errors were encountered: