Is it possible to use a variable in the Device Template? I've created a template for device type X with a number of sensors and would like to run Auto-Discovery with a Template and have it auto populate the hostname in the sensor description.
I see in the template file:
<create id="pingsensor" kind="ping" requires="ping" displayname="Ping Latency - device01name">
Can we replace the "device01name" with something like $hostname to have the description created automatically without user intervention?
Add comment