This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing docker input, using deg F for IPMI.
Try as I might I couldn't find a way to get ipmitool to use Fahrenheit instead of Celsius. I looked in the ipmitool source (which has "degrees F" but no option to force it), in the ipmi0 kernel module source, and in my BIOS settings. Nothing. The solution is to write a wrapper AWK program that does the conversion for Telegraf. Won't work until (hopefully) influxdata/telegraf#2498 is merged. Not collecting Docker metrics since it requires adding Telegraf to the "docker" group to give it access to the Docker unix socket. I didn't really like that from a security perspective. Better to just give up on that.
- Loading branch information