I want to clone the same sensor across 5 different servers (nodes in a load-balanced cluster). Each server is configured as a device.
What I basically want to do is create an HTTP Transaction sensor that uses URLs like:
http://www.mysite.com.%device/sensor.aspx
and have %device replaced at runtime with the device name from the parent group. Is this possible?
Add comment