Hi, I am trying to use Telegraf agent to monitor multiple devices by means of system input plugin (telegraf/plugins/inputs/system at master · influxdata/telegraf · GitHub). I would like to have a way to uniquely identify each device that is pushing data into InfluxDB. I have seen that Telegraf uses hostname as a way to identify each agent and this variable can be overridden. Is there any way to use hardware serial number to uniquely identify it (like BIOS serial number)? I am fine modifying the code of the system plugin implementation and recompiling it.