Comments
-
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.
-
Emailed!
-
If at first you don't fail, try, try, try again...
-
We have 128,000+ network elements. It's a global network with hundreds of remote sites. I am running a primary server two additional web servers and 16 pollers. We try to keep our pollers below 10,000 elements. I have a license for each poller. Our NPM, SAM and other licenses are all unlimited so I can't speak for those. I…