I looked and looked and never found a good way to have it contain only the host portion.
Why don't you posted the question on the forum?
It's not to complex to make it show what you wish. 7 minutes for solution
google.png
The code for device label should be
[Device.Name]
[if(string_find(device_property("Name"),".") < 1000
,string_substring(device_property("Name"),0,string_find(device_property("Name"),".") )
,device_property("Name"))]
[device_performance()][Device.ServicesDown]
You do not have the required permissions to view the files attached to this post.