Greetings & Salutations my fellow Thwackians...
1) Has anyone been able to create a pool of "Additional Web Servers" sitting behind a Citrix Netscaler is success?
2) If you have, what Citrix Netscaler Node Response did you poll the "Additional Web Servers" with to see if they are still functioning properly (not just OS up and running, but serving up SW web pages)?
3) We have enabled the Out of Box Additional Web Server SAM template, which is successfully monitoring in SW.
4) We have been successfully been able to write a GET request
https://server:17778/SolarWinds/InformationService/v3/Json/Query?query="SELECT Case when (SELECT EntityUri FROM Orion.AlertSuppression WHERE EntityUri = AA.Uri) = Uri OR StatusDescription != 'Up' THEN 'Down' ELSE 'Up' END AS Status FROM Orion.APM.Application AS AA WHERE ApplicationID = 2"
- With the above mentioned GET request, we are able to get this to work in Postman with basic authentication. However we are not able to add credentials into Citrix Netscaler for it to work.
- We tried adding "&accountid=username&password=password" at the end of the query with NO success in Postman or Citrix Netscaler.
Please see the full design below. Thank you in advance for your time. Happy Thwacking