The most recent content from our members.
I need to put together a list of computers that start with a specific name, example AWS | XX | YY | On that list, mark which ones had traps in the last 7 days. On that list, mark which syslogs had in the last 7 days. if you can help me with this I would appreciate it
I really need a SWO report of all hosts that shows host name, CPU count, memory installed, disk space used free, and operating system. This is a very standard report most managers and supervisors will ask for. I could get a similar report from Orion, but it's a huge gap in SWO.
Hi, We have recently integrated our Solarwinds with OKTA and after that we are seeing all our schedule reports only showing login screen in their report when sent via email instead the actual data. From report settings I did not see any issue. We have scheduled the report to send us data over email as a PDF. But after OKTA…
Maybe someone has done this.....I hope. I'm looking to build a SWQL query to show my Orion.Credential list JOIN(ed) to my Orion.APM list so I can determine if there are unused credentials in the library. What I can't find is some type of common link to reference the INNER JOIN statement. Any thoughts? Or, even better, has…
Is there a way to determine the SWQL/SQL query behind a report that's configured like this? We are trying to recreate it through the API on a third-party system. This is the out-of-the-box report "Interface Downtime Summarized - Last 7 Days". I presume the duration in the report is something that is calculated in…
Looking to create a report that will grab node information, cusom properties and threshold values; I've got this far; SELECT cp.Environment, n.Caption, n.Description, n.DetailsUrl, n.DisplayName, n.IP_Address FROM Orion.Nodes AS n JOIN Orion.NodesCustomProperties AS cp ON n.NodeID = cp.NodeID WHERE cp.Environment =…
How Can we get the data for Average value Switch Port in Bytes Received/sec? How Can we get the data for Average value Switch Port in Bytes Transmitted/sec? How Can we get the data for Average Network I/O Read Value in KB/sec How Can we get the data for Maximum Network I/O Read Value in KB/sec How Can we get the data for…
Can I create a report that will send me the top index recommendations from a server? For example, can it send me these values in a report once a week?
I'd like to produce a report that checks all the nodes for resources that aren't selected; so for example Applications CPU & Memory Volumes Interfaces Is there such a way to do this?
I have created a custom SWQL query report, but when I try to enable search using the "Search SWQL Query" option, the search field doesn't appear in the output. Could you let me know if I'm missing any steps? This is my first time using a search in a report. Custom SWQL query: SELECT n.Caption AS [Node Name], n.IPAddress,…
It looks like you're new here. Sign in or register to get started.