Hi there, is it possible to monitor ARR values like Health Status, Reponse Time, Total Requests, Load Balance via AppInsight IIS?
I don't think you can include it under AppInsight for IIS as its a bundle.
Rather try creating a separate SAM template using Windows Performance counters components, maybe you will get the required output that you are looking for.
There are 2 counters for ARR, check Step 2 on the below link and try getting that on SAM template through Windows Performance counters.
Using Performance Counters | Microsoft Learn
Thanks @vinay.by creating a SAM Custom Template with Performance Counters worked great for this requirement!
Thank you, could you please mark my previous response as answered/correct (Did this answer the question?Yes) as this would help others on community who has a similar query :)
Alert Cleared.htmlHello, I would like to share the HTML template details we have prepared so that Solarwinds alarms can become more meaningful. It can list alarm object details and connected device details separately in HTML template. Except for object and device details, you can easily add custom property information…
Cisco ASR Devices.pollerCisco ASR Devices
SWQL is built on the framework of SQL and as such supports most of the standard clauses as part of a query. A very simple example query is: SELECT Caption, IPAddress, Vendor, ResponseTime FROM Orion.Nodes Dissecting this query is relatively straightforward: show some fields (Caption, IP address, Vendor, and Response Time)…
Active SSL Tunnels-ASA.UnDPThis poller *should* display the number of Active SSL VPN (Anyconnect) Tunnels currently connected to your box. However, I tried it with my 5520 running 8.0.4 and for some reason I get a OID Not Supported. Here's my post in the forum: *EDIT* This is confirmed working with at least Interm release…