diff --git a/templates/telegraf.conf.j2 b/templates/telegraf.conf.j2 index 225462e..3a7d899 100644 --- a/templates/telegraf.conf.j2 +++ b/templates/telegraf.conf.j2 @@ -40,7 +40,7 @@ [[inputs.diskio]] ## By default, telegraf will gather stats for all devices including partitions. ## Setting devices will restrict the stats to the specified devices. - devices = ["sd[a-d]", "mmcblk[0-1]", "ada[0-9]", "nvd[0-9]"] + devices = ["sd[a-d]", "mmcblk[0-1]", "ada[0-9]", "nvd[0-9]", "ploop*"] ## Uncomment the following line if you need disk serial numbers. # skip_serial_number = false fieldpass = ["read_bytes", "write_bytes", "io_time", "weighted_io_time", "iops_in_progress"] @@ -55,7 +55,7 @@ # Gather metrics about network interface and protocol usage (Linux only) [[inputs.net]] - interfaces = ["eth*", "enp0s[0-1]"] + interfaces = ["eth*", "enp0s[0-1]", "venet*"] ignore_protocol_stats = true fieldpass = ["bytes_sent", "bytes_recv"]