Comments
-
the view you made is very cool, it would help me to count the volumes of all the nodes but with a custom property called type_vieSELECT COUNT(*) AS Quantity FROM Orion.Nodes as n WHERE n.CustomProperties.Tipo_Vista LIKE 'Servidores' and Status = 1 w
-
Of course, I have already used the modern and simple to use in fact, but I like to go further and it would be great if you help me with the command to remove the bar in the classic, because if I understand that the two tables are very different at the moment to extract data.
-
hi how did you get the bar out?
-
hi, how did you get the bar out?
-
Hola, Creé un widget de consulta personalizado con esta SWQL-Query: gracias por la ayuda anterior, me ayudó mucho ¿sabes cómo es sumar la barra y el porcentaje y GB en la foto que se muestra? SELECT n.Caption, n.NodeiD, n.PercentMemoryUsed, n.CPULoad, '/Orion/images/StatusIcons/Small-' + n.StatusIcon AS [_IconFor_Caption]…