Has anyone figured out how to monitor named SQL instances on clusters with APM? For instance, if I want to do a simple port monitor against my Orion SQL instance on a cluster with named instances, I need to have it query "nsorionsql\nsorionsql:1433", but APM naturally uses the IP address for polling, so it tries to send it to "x.x.x.x:1433". This is of course rejected by the server, as it is listening for connections to named instances.