Skip to content

Net Plugin not sending any data on Windows Server 2012 #1949

@ghost

Description

Windows Server 2012 R2 Standard / Windows 10 Pro (both tested with same config)
Telegraf 1.0.1

I'm using the Net Input Plugin. The plugin is getting detected and started as input plugin but its not sending any data to the InfluxDb. The other stats are getting send to InfluxDb, e.g. cpu, mem.
I started the plugin without any additional configurations. (the interfaces option is not used)

The exact same configuration is working on our linux machine.

Console Output:

C:\Program Files\Telegraf>telegraf.exe --debug --config telegraf.conf
2016/10/25 15:10:59 Attempting connection to output: influxdb
2016/10/25 15:11:00 Successfully connected to output: influxdb
2016/10/25 15:11:00 Starting Telegraf (version 1.0.1)
2016/10/25 15:11:00 Loaded outputs: influxdb
2016/10/25 15:11:00 Loaded inputs: cpu diskio mem net
2016/10/25 15:11:00 Tags enabled: host=123
2016/10/25 15:11:00 Agent Config: Interval:10s, Debug:true, Quiet:false, Hostname:"123", Flush Interval:10s
2016/10/25 15:11:10 Input [cpu] gathered metrics, (10s interval) in 0
2016/10/25 15:11:10 Input [mem] gathered metrics, (10s interval) in 0
2016/10/25 15:11:10 Input [net] gathered metrics, (10s interval) in 7.0004ms
2016/10/25 15:11:10 Input [diskio] gathered metrics, (10s interval) in 290.9992ms
2016/10/25 15:11:20 Input [cpu] gathered metrics, (10s interval) in 0
2016/10/25 15:11:20 Input [mem] gathered metrics, (10s interval) in 999.5µs
2016/10/25 15:11:20 Input [net] gathered metrics, (10s interval) in 3.9982ms
2016/10/25 15:11:20 Output [influxdb] buffer fullness: 6 / 10000 metrics. Total gathered metrics: 6. Total dropped metrics: 0.
2016/10/25 15:11:20 Output [influxdb] wrote batch of 6 metrics in 4.0001ms
2016/10/25 15:11:20 Input [diskio] gathered metrics, (10s interval) in 282.9985ms
2016/10/25 15:11:30 Input [mem] gathered metrics, (10s interval) in 0
2016/10/25 15:11:30 Input [cpu] gathered metrics, (10s interval) in 0
2016/10/25 15:11:30 Input [net] gathered metrics, (10s interval) in 5.9837ms
2016/10/25 15:11:30 Output [influxdb] buffer fullness: 5 / 10000 metrics. Total gathered metrics: 11. Total dropped metrics: 0.
2016/10/25 15:11:30 Output [influxdb] wrote batch of 5 metrics in 17.0006ms
2016/10/25 15:11:30 Input [diskio] gathered metrics, (10s interval) in 282.9991ms
2016/10/25 15:11:40 Input [mem] gathered metrics, (10s interval) in 0
2016/10/25 15:11:40 Input [cpu] gathered metrics, (10s interval) in 0
2016/10/25 15:11:40 Input [net] gathered metrics, (10s interval) in 4.0056ms
2016/10/25 15:11:40 Output [influxdb] buffer fullness: 5 / 10000 metrics. Total gathered metrics: 16. Total dropped metrics: 0.
2016/10/25 15:11:40 Output [influxdb] wrote batch of 5 metrics in 1.9995ms
2016/10/25 15:11:40 Input [diskio] gathered metrics, (10s interval) in 285.003ms
2016/10/25 15:11:50 Input [mem] gathered metrics, (10s interval) in 0
2016/10/25 15:11:50 Input [cpu] gathered metrics, (10s interval) in 0
2016/10/25 15:11:50 Input [net] gathered metrics, (10s interval) in 4.9553ms
2016/10/25 15:11:50 Output [influxdb] buffer fullness: 5 / 10000 metrics. Total gathered metrics: 21. Total dropped metrics: 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugunexpected problem or unintended behaviorplatform/windows

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions