|
@@ -1402,7 +1402,7 @@
|
1402
|
1402
|
## If true, collect raw CPU time metrics.
|
1403
|
1403
|
collect_cpu_time = false
|
1404
|
1404
|
## If true, compute and report the sum of all non-idle CPU states.
|
1405
|
|
- report_active = false
|
|
1405
|
+ report_active = true
|
1406
|
1406
|
|
1407
|
1407
|
|
1408
|
1408
|
# Read metrics about disk usage by mount point
|
|
@@ -3017,18 +3017,18 @@
|
3017
|
3017
|
|
3018
|
3018
|
|
3019
|
3019
|
# # Read metrics about network interface usage
|
3020
|
|
-# [[inputs.net]]
|
3021
|
|
-# ## By default, telegraf gathers stats from any up interface (excluding loopback)
|
3022
|
|
-# ## Setting interfaces will tell it to gather these explicit interfaces,
|
3023
|
|
-# ## regardless of status.
|
3024
|
|
-# ##
|
3025
|
|
-# # interfaces = ["eth0"]
|
3026
|
|
-# ##
|
3027
|
|
-# ## On linux systems telegraf also collects protocol stats.
|
3028
|
|
-# ## Setting ignore_protocol_stats to true will skip reporting of protocol metrics.
|
3029
|
|
-# ##
|
3030
|
|
-# # ignore_protocol_stats = false
|
3031
|
|
-# ##
|
|
3020
|
+[[inputs.net]]
|
|
3021
|
+ ## By default, telegraf gathers stats from any up interface (excluding loopback)
|
|
3022
|
+ ## Setting interfaces will tell it to gather these explicit interfaces,
|
|
3023
|
+ ## regardless of status.
|
|
3024
|
+ ##
|
|
3025
|
+ # interfaces = ["eth0"]
|
|
3026
|
+ ##
|
|
3027
|
+ ## On linux systems telegraf also collects protocol stats.
|
|
3028
|
+ ## Setting ignore_protocol_stats to true will skip reporting of protocol metrics.
|
|
3029
|
+ ##
|
|
3030
|
+ # ignore_protocol_stats = false
|
|
3031
|
+ ##
|
3032
|
3032
|
|
3033
|
3033
|
|
3034
|
3034
|
# # Collect response time of a TCP or UDP connection
|