Comments
-
ok thank you
-
same
-
www.mapquestapi.com/.../mq-map.js
-
yes bro. its bug .
-
i think this issue everyone having . still not yet
-
as per SolarWinds technical support . Make sure that the Firewall allows the following IP address: • 34.227.250.99 • 34.239.87.216 • 54.84.207.87 • 34.214.138.249 • 35.160.154.162 • 52.39.4.3
-
hi all i got exact query which i was looking for SELECT -- Device name StartTime.Nodes.Caption AS [Device] , starttime.nodes.detailsurl as [_linkfor_Device] ,'/Orion/images/StatusIcons/Small-' + starttime.nodes.statusicon AS [_IconFor_Device] -- Application name ,a.Name ,a.detailsurl as [_linkfor_Name] ,…
-
hi bro. query is not valid
-
hi edwin i want see all dates and times as well down duration on the same report
-
hi SELECT [data].[DisplayName] AS [DisplayName],[data].[Application].[Node].[DisplayName] AS [DisplayName1],[data].[InstanceSiteId] AS [InstanceSiteId] FROM orion.apm.component AS data WHERE ((([data].[Application].[Node].[CustomProperties].[TETCO_HQ_URL]) = ('TETCO-HQ-URL'))) WITH NOLOCK
-
thanks bro
-
hi it was bug . and its fixed manually
-
i want like this without unknow severity (the blue bar)
-
SELECT COUNT([ActiveAlerts].AlertActiveID) AS [AlertCount] , CASE [ActiveAlerts].AlertObjects.AlertConfigurations.Severity WHEN 0 THEN 'Informational' WHEN 1 THEN 'Warning' WHEN 2 THEN 'Critical' WHEN 3 THEN 'Serious' WHEN 4 THEN 'Notice' ELSE CONCAT('Unknown Severity: ',…
-
hi device was router , its fixed by solarwinds technical team by restarting the application server
-
it is working thank you brother . but there is a problem when i put account limitation the red bar not showing
-
i tried all browser . same issue . can you put some account limitation and check
-
thank you so much . you saved my life . it is working perfectly
-
THIS ONE . i want to add location tab on this table
-
HERE IT IS SELECT v.Node.Caption as NodeName, v.DisplayName as VolumeName, CASE WHEN v.Size >= 1099511627776 THEN CONCAT(ROUND(v.Size/1099511627776,2), ' TB') WHEN v.Size >= 1073741824 THEN CONCAT(ROUND(v.Size/1073741824,2), ' GB') WHEN v.Size >= 1048576 THEN CONCAT(ROUND(v.Size/1048576,2),' MB') WHEN v.Size >= 1024 THEN…
-
here it is SELECT v.Node.Caption as NodeName, v.DisplayName as VolumeName, CASE WHEN v.Size >= 1099511627776 THEN CONCAT(ROUND(v.Size/1099511627776,2), ' TB') WHEN v.Size >= 1073741824 THEN CONCAT(ROUND(v.Size/1073741824,2), ' GB') WHEN v.Size >= 1048576 THEN CONCAT(ROUND(v.Size/1048576,2),' MB') WHEN v.Size >= 1024 THEN…
-
SELECT v.Node.Caption as NodeName, v.DisplayName as VolumeName, CASE WHEN v.Size >= 1099511627776 THEN CONCAT(ROUND(v.Size/1099511627776,2), ' TB') WHEN v.Size >= 1073741824 THEN CONCAT(ROUND(v.Size/1073741824,2), ' GB') WHEN v.Size >= 1048576 THEN CONCAT(ROUND(v.Size/1048576,2),' MB') WHEN v.Size >= 1024 THEN…
-
yes here it is SELECT TOP 10 n.CPULoad,n.Caption,n.Status,n.CustomProperties.Locations AS CustomProperties_Locations,n.DetailsUrl FROM Orion.Nodes n order by n.CPULoad descending IT IS SHOWING ONLY ADMIN ACCOUNT
-
bro i have already created custom property for location and when i add and verify the query is valid but when i click show record getting error
-
hi bro i am preparing modern dashboard and i would like to add alert statistics on that so if you know any design related alert statistics please share the query so i can add
-
SELECT TOP 10 n.NodeName AS Node, n.Status as nStatus, n.CPULoad, n.DetailsUrl AS [_Linkfor_Node], '/Orion/images/SubViewIcons/Network_02.png' AS [_Iconfor_Node], i.InterfaceName AS Interface, i.DetailsUrl, i.Status as iStatus, i.DetailsUrl AS [_Linkfor_Interface], '/Orion/images/SubViewIcons/Routing.png' AS…
-
bro when i run valid query it is fine but when i click show records getting error