Multiple IPMI Sensors

Hi,

Trying to pull IPMI metrics from multiple servers, I have it currently working using the following:

[[inputs.ipmi_sensor]]
path = “/usr/bin/ipmitool” # This is the default install location of ipmitool
servers = [“username:password@lanplus(IP ADDRESS)”]
interval = “30s”
timeout = “20s”

I have multiple [[inputs.ipmi_sensor]] defined, but upon startup, it only will process the first system and that’s it. Is there something else I need to do so it will process the rest of the servers?

Also, it assigns a random hostname, is there a way to specify the hostname that it uses so it’s easier to query the data using Grafana?

Thank you,

Sean