Comments
-
* Dynamically generated traffic maps * Visual firewall connection mapping * Traffic information in NetPath
-
Love Animal but The Blues Brothers for the win.
-
I successfully installed the forwarder on my 2019 server. I found these online documents helpful. Windows Server 2012, 2016, and 2019 and SQL Server 2012, 2014, 2016, 2017, and 2019 Support…
-
Hi, Not having an Azure instance, verify that Azure table does have a NodeID column that you can link to. For example, if the Azure table has a NodeID field, adjust your join as follows: Join Orion.Cloud.Azure.Instances AI on n.NodeID=AI.NodeID
-
I've not tried this out yet but there is a thread on this topic. Convert to numeric value & Finding reports in Orion SDK
-
I'm still getting up to speed on the latest features of SAM so I can't provide any input at this time.
-
Great Job! I adjusted the code slightly to show total application availability for my dashboard -- Total Application Availability SELECT ROUND(avg(PercentAvailability),2) as AvgAvailability FROM (SELECT max(ApplicationStatus.TimeStamp) as Month, Nodes.Caption as NodeName, Nodes.DetailsUrl as NodesDetailsUrl,…
-
I forgot where in thwack I found this for a different example. You can use the below round function to limit the decimal places. ROUND(AVG(orion_responseTime_availability_avg),3) AS Net_Avail