Daniel Nelson

Results 74 comments of Daniel Nelson

It looks like the suggest `udevadm` command shows more fields than we can actually get from the filesystem, here is how we get these fields: Get the major/minor device numbers:...

Although this data is cached, so maybe we could use `udevadm`.

We currently cache by devname (i.e.: `sda1`), so I'm sure we already have the caching bug. It seems like we could probably cache safely if we used the right property,...

High level sounds good, I'm assuming you are referring to the [CoreOS Prometheus Operator](https://github.com/coreos/prometheus-operator)? Can you pseudocode the calls we would make and what example responses would look like?

Good idea, we could maybe use https://github.com/hydrogen18/stalecucumber, though I wonder if we can get away with a much simpler and targetted implementation of only what we need.

We would have to evaluate logging on a case by case basis, its one of those somewhat subjective things where you don't want to little or too much. Logging every...

Thanks for the report, it seems that an approriate fix might be to have a list of temporary errors here that are okay and should be ignored. If you can...

Related link for implementing https://jolokia.org/reference/html/protocol.html#exec

I tried to run IPMIUtil outside of Telegraf, but on my system it is not working. After installing it complains that libeay32.dll is missing and if provided with a copy...