I'm creating a map and have added Status Icons for several sensors
I'd like to be able to click on the Status icon and be taken to the PRTG page for that sensor
Is there a variable I can use in the html, so that I don't have to go and find out the id for each sensor?
I currently have something like this?
htmlbefore: <a http://my-prtg/sensor.htm?id=24038> htmlafter: </a>
Add comment