-
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
Invalid number error in all plugins except CPU and System on Ubuntu 14.04 #195
Comments
Thank you @vhajdari for the detailed report, it looks like you might be running a version of telegraf that is incompatible with your version of InfluxDB: https://github.com/influxdb/telegraf#installation what is your telegraf version and influxdb version? |
Hi Cameron, I'm running InfluxDB v0.9.2 Regards, Tony Hajdari On Mon, Sep 14, 2015 at 2:01 PM, Cameron Sparr notifications@github.com
|
Hi Cameron, Just upgraded InfluxDB to 0.9.3 and that did the trick. I suppose RTMF Regards, Tony Hajdari On Mon, Sep 14, 2015 at 2:01 PM, Cameron Sparr notifications@github.com
|
Upgrading to the latest versions of InfluxDB and Telegraf resolved the issue. |
Thank you for closing 👍 :-) |
Running telegraf on Ubuntu 14.04 inside of VMWare produces invalid number error when plugins other than cpu and/or system are enabled.
Config and debug output follows:
Running in VMWare Fusion 6.0.6
Telegraf configuration
Output
on@foobuntu:/opt/telegraf$ ./telegraf -config /etc/opt/telegraf/telegraf.conf
2015/08/29 13:03:28 Starting Telegraf (version 0.1.8)
2015/08/29 13:03:28 Loaded outputs: influxdb
2015/08/29 13:03:28 Loaded plugins: cpu disk io mem swap system
2015/08/29 13:03:28 Tags enabled: host=foobuntu
2015/08/29 13:03:28 Error in output [influxdb]: unable to parse 'disk_total,fstype=ext4,host=foobuntu,path=/ value=19674116096i': invalid number
2015/08/29 13:03:28 Error encountered flushing outputs
Output w/ Debug = true
on@foobuntu:/opt/telegraf$ sudo ./telegraf -config /etc/opt/telegraf/telegraf.conf
2015/08/29 13:16:29 Successfully connected to output: influxdb
2015/08/29 13:16:29 Starting Telegraf (version 0.1.8)
2015/08/29 13:16:29 Loaded outputs: influxdb
2015/08/29 13:16:29 Loaded plugins: cpu disk io mem swap system
2015/08/29 13:16:29 Debug: enabled
2015/08/29 13:16:29 Agent Config: Interval:5s, Debug:true, Hostname:"foobuntu", Precision:"s", UTC: true
2015/08/29 13:16:29 Tags enabled: cluster=cdh-5.4 host=foobuntu
The text was updated successfully, but these errors were encountered: