Comments
-
Hi @"Last_Ninja" the simple way is to something like SELECT TOP 1000 The first time will return the first 1000 nodes.
-
Personally I would upgrade and migrate at the same time as inline upgrades for Windows can be problematic and your versions should work fine on newer versions of Windows already (might want to check that to be safe) If you follow the server migration guide in Success Centre you can just spin up new servers in Azure and…
-
Hi Matt, I had this issue just recently when trying to use a custom port from our LB, for some reason it didn't like it and we had to roll back to 443. Might be worth checking if your LB does anything similar in terms of port changes from the NetScaler to the IIS.
-
Maybe this old thread could help you: https://thwack.solarwinds.com/t5/NPM-Discussions/FortiGate-100E-Monitoring/m-p/105450
-
Try this: SELECT n.Caption AS [Device] -- shows the current status icon , '/Orion/images/StatusIcons/Small-' + n.StatusIcon AS [_IconFor_Device] -- makes a clickable link to the node details , n.DetailsUrl AS [_LinkFor_Device] -- shows the timestamp of the down event, if there is no timestamp then is says the event was…
-
I'm not in front of my system right now, but I'm sure you would normally do something like: WHERE DAYDIFF(TimeGeneratedUtc, GETUTCDATE()) = '1'
-
Good luck. If your performing a server migration as part of your upgrade don't forget some of the steps to manually update your database with the new hostname otherwise it won't recognise your new server and will try to add it as a secondary server. Otherwise like mentioned - Backup, Backup, Backup. DB Backup, Server…
-
Hi @"johnwilly" the way NAM works is it is a bundled product. It isn't just a bundle license. So when you install NAM you get all the products that come as part of that. You then choose which ones you use or don't. For example my current deployment the customer is not using IPAM or UDT at all. They use NPM, NCM, NTA the…
-
A lovely sneak peek at pre-TC content
-
The fact you're getting the headers back rather than an error means the problem is more likely that there is no data to show.
-
Awesome - Thank you for sharing.
-
Hey wluther thank you this is amazing. Is there a specific screen size that it is optimised for as I noticed when viewing on my laptop it didn't resize automatically.
-
Hi Jon, So this is more of an informational report. It shows you what your Warning & Critical Values are in all active components. In most cases, these are inherited by the Template but can be overridden which is why I ran it from the Monitor level. If you are alerting on Component in Warning or Critical state then this…
-
I agree the sooner we move away from 32bit apps the better and the vision has always been a Single Pane of Glass!
-
Awesome work Thomas Thanks.
-
Morning All, Any thoughts one when you might add support for Windows Server 2019? Just looking down the roadmap to see where a common platform might sit.
-
Are there any plans to improve the NCM API Integration, or give the ability to run scheduled jobs on demand from an external source such as another automation tool, or scheduler similar to the UnManage.
-
Sorry about that I didn't really look at the whole code. You need to make it [ACK].AccountID but in order to do that you need to add AccountID to the ACK SELECT Statement in the JOIN. Here is what the query should look like: SELECT [AC].Name , CASE WHEN [AC].Severity = 2 then 'Critical' WHEN [AC].Severity = 3 then…
-
You would need to edit the SWQL Query and add something along the lines of: ,[AH].AccountID as [Acknowledged By]
-
Wow awesome to come back only a couple of days later and see so many different use cases being opened up Love it. Well done all keep it up.
-
Internet access is the biggest caveat. But yes I previously was putting a table below the chart.
-
Also something many people forget is that RC is fully supported sonyou can log support tickets if you have a problem.
-
Hi hoppingubu although it isn't required for 12.3 you might take note that as of 12.3 SolarWinds have depreciated Windows Server 2012 and SQL Server 2012 for future releases. This is something to consider as you plan any upgrades/migrations
-
Thanks, serena so because this is just a training/test lab I don't have a license I just use the 30-day trial test what I need and wipe it out. But it's good to know that if this were on a production system or a licensed lab I could upgrade with the AIO. I went ahead and used the individual components for now just to test…
-
So just to confirm, if you try and install NPM12.3 RC using the online installer these are the options you are presented with in terms of additional modules: If I install NTA 4.4 RC1 I get the following: Call me crazy, but I was expecting to be able to install ALL RC products in one sweep, but it doesn't seem that will be…
-
Thanks wluther - Hopefully it's something they remove as I think the ability to dry run any upgrade in a lab or non-production environment is going to be crucial!
-
Hi Serena, Where is the best place to post feedback/bugs? I just tried to perform a test upgrade from 12.2 in my lab environment and the Upgrade advisor wouldn't let me proceed saying that the product license had expired and to click here to renew them, but I was running the lab in a 30 day eval and still had 28 days…
-
Just tried it on my newly upgraded 2018.2 HF4 box, but it is showing all of my events there are 10454 entries I have copied and pasted from the original post, has anything changed since the 12.3 release?
-
mesverrum awesome work dude, I've been trying to work on something like this but time (and knowledge) has alluded me. I too am unable to get your query working in 12.2 I suspect due to the way the JOIN is created, it doesn't seem to like the different FROM statements, I suspect you might be able to use a UNION to get…
-
If you set up a Custom Query and use SWQL with a Search Box, then the user can navigate to the dedicated View, and then filter by the Node Caption or whatever criteria you specify in the Search String such as Custom Property etc. If you leave the original query empty and just fill in the Search query they won't get any…