Comments
-
I can't count the times that everything is showing up and green but the users either can't get in or have other issues not seen by us. And in the end it is the users that pay the bills..
-
Great Job! You really had to work hard to earn that score! Thank you for brightening my day!
-
Day 11 is a problem. Here is what I see and when I click on it I get Notice it says I voted for Dynamically generated traffic maps.
-
For me, the craziness extends throughout the year. It's just one day in a whole year of madness.
-
Same for me too!
-
I just returned from the Houston kickoff of the SolarWinds 2025 World tour. I was impressed. It was a great chance to meet with the various program managers and discuss some of the pain points we have been experiencing. If you get invited to the pre-event dinner, GO! It is well worth your time. The presentations were…
-
Is anyone else not getting points?
-
Same with me. I did the poll but get no credit for it.
-
Not to pile on but, it looks like today (9/14) is not working either.
-
We have a lot of scheduled discoveries going on and I sometimes audit sections of our installation. Some of those audits include scripts and/or SWQL queries I have written. I also have a couple of dashboards I created. It really depends on what I am looking for.
-
Just an FYI, I have not had a chance to play with dynamic reports yet, but I did notice your use of the case statement. Instead of a case statement you can do a join to the Orion.StatusInfo table to get a text status message.
-
If I am understanding you correctly, you want a list of all nodes that are unmanaged in SolarWinds. That can easily be accomplished by a SWQL query tied to either a report or a dashboard. I wrote this query to look for nodes that were unmanaged for more than 60 days. You will probably want to modify the SELECT and the…
-
I know this is an old question but thought I'd chime in. Yes, you can add one or more NetPath objects into a Modern dashboard. Create a table widget. Edit the widget and use a custom SWQL query to select the appropriate NetPath summaries. I used the following query to select only enabled NetPaths: SELECT DisplayName,…
-
You could also use an agent instead of WMI. The agent has specific ports it uses, and the traffic is encrypted. One of the use cases for agents are to servers behind a firewall.
-
You can find that in the Orion.Nodes table. Look for the fields CPUCount, CPULoad, MemoryAvailable and MemoryUsed. You will need to figure out how to differentiate between networking gear and other devices. A sample query might look like this: SELECT IPAddress, Caption, Description, DNS, Vendor, Location, Contact, Status,…
-
Hi Zenifer, First Congratulations on being an MVP! This one was easy as I had written the report just a few months ago. The biggest challenge was finding the right report!
-
Actually you can get it even without the virtualization monitor. SW does some rudimentary virtualization without VMan. The field, CpuCoreCount, can be found in the table Orion.VIM.Hosts. Here is a SWQL query I wrote for a report on VMware hosts. CpuCoreCount is the last field on the first line. SELECT N.Caption,…
-
How many subnets are we talking about? I would build out my hierarchies first and then migrate the subnets into the hierarchies.
-
Is this in powershell? If so when you read IpAddr you can use the split function and split it on the decimal point. So something like $Octets = IpAddr.Split(".") returns 4 strings in the $Octets array. To extract the 3rd octet it would look like this: $ThirdOctet = $Octets[2] In powershell, arrays always begin with 0. If…
-
Agreed. I do have a ticket in with support on this. Maybe some good will come out of it.
-
That's true for now. It needs to be fixed before the old UI is removed. I just opened a support ticket on this and the search not working.
-
Hi NetNerd1964, I too have the same issue with the new IPAM interface. I had to revert to the previous version. For me not only do we have an issue with the multi-select, the IP address search does not work either. It's very frustrating. You would think they would have done testing on this before it got released.
-
I'm wondering if there is a bug in your spam filters. I had the same thing happen a week and a half ago. And I was just inquiring about the February Mission winners.
-
I just completed my first SWUG here in Austin. It was great. I met a lot of great people, both customers and staff. It was a fun and informative event. I also got a much better view of where SolarWinds is going. I highly recommend you attend a SWUG event if you can. Kudos to the SolarWinds staff for all the hard work that…
-
I wish you the best in your new adventures. I also will miss your presence here on Thwack.
-
As with everyone else, it depends on the data as to whether it goes to the cloud.
-
Are you using the same user account to run the ISE that SAM is running under?
-
Wow I want it!
-
This is really cool. I would love to have a tool like this capture my application logs.