from the nightly commit 76ce71f, the linux diskio plugin collects its info cache from a hard-coded path:
|
var udevPath = "/run/udev/data" |
this seems to vary by distribution - on amzn-linux 1 at least, this is available in /dev/.udev/data, and cannot be configured via udevd. Here's the base AMI I'm using:
image_name="amzn-ami-hvm"
image_version="2017.09"
image_arch="x86_64"
image_file="amzn-ami-hvm-2017.09.1.20171120-x86_64.ext4.gpt"
image_stamp="03dc-49fe"
image_date="20171120221247"
recipe_name="amzn ami"
recipe_id="c9c871d2-7d71-8baa-e873-c70f-cbbe-ddb2-79ee86e7"
from the nightly commit 76ce71f, the linux diskio plugin collects its info cache from a hard-coded path:
telegraf/plugins/inputs/system/diskio_linux.go
Line 17 in 76ce71f
this seems to vary by distribution - on amzn-linux 1 at least, this is available in
/dev/.udev/data, and cannot be configured via udevd. Here's the base AMI I'm using: