Comments
-
Starting to Learn SWQL Studio...anybody can share what does the invoke-command does?
-
Hi, please try clearing the browser cache. 1. Open the Developer Console There are a few ways to do this * Control+Shift+I (Windows or Linux) * Option+Command+I (Mac) * Tools > Developer > Developer Tools... * Right-click anywhere on the page and choose Inspect 2. Press and hold the Refresh Icon 3. Choose Empty Cache and…
-
Looking into this, could be a bug in the product, try accessing it through the Manage Custom Properties page itself and that should still work
-
You could try this SQL script SELECT concat('Of Defense - ',count(*),' Nodes') as [Department] ,sum(case when n.Status =1 then 1 else 0 end) AS [Up] ,sum(case when n.Status=2 then 1 else 0 end) AS [Down] FROM Nodes n
-
I think this would best achieve on a scripting basis, as I have heard of a similar scenario where they are using Custom property but could not separate the a column for both Down and Up Status of the nodes
-
You could leverage an SQL query for this one I think. Since as far as I know if you would be including the SSID on the report the readily available variable that would be ready on the reports would be SSIDs for the Rouge SSIDs
-
Network Administrator as much as possible together with those who will monitor the Map. For they are the ones who must be familiar with which elements (nodes, interfaces, volumes) that are needed to be constantly monitored on a day to day basis.