Comments
-
Hi, So I'm not sure if you're looking at NCM Tables because you only want to gather this information for devices you have in NCM, or is there something else we can use to narrow down the results? This might get you started: SELECTn.NodeID,n.Caption AS [Node Name],i.InterfaceID,i.Name AS [Interface Name],ip.IPAddress AS…
-
That's not technically correct. The SolarWinds documentation says it doesn't support Multiple Orion server installations using the same database for obvious reasons. However, there is no restriction on using the same database server. I know plenty of people who don't have dedicated SQL Server just for SolarWinds they use…
-
Am I right in thinking this is a Status Alert for SolarWinds itself? Assuming that you are monitoring your Orion Server Estate I would put all your Orion Servers into a group, and set up an Alert on that Group as such: Then set your Schedule to be Monday and Friday and your Action to Pager. Good Luck
-
The canned report is actually a Custom SQL Query, so you would need to update that query with a WHERE Statement to filter your information. Example: WHERE NcmRouteTable.Destination LIKE '10.10.%'
-
I've never done it, but If you created an Interface alert you could trigger on something like Transmit bps = 0 and set a "Condition must exist for" condition? Obviously don't forget that SolarWinds is only collecting interface statistics every 9 Minutes (by default).
-
Yes, you can remove both safely. If you wanted to use an HTTP Re-Direct you could keep the Default Site and use that. I personally have my DefaultAppPool stopped, and my Default site deleted.
-
I can't speak for bandwidth, but the polling time is whatever you have set for the Nodes your polling from that APE. If the Nodes don't have specific polling intervals they will be using whatever values are set within your Global settings.
-
The reason I ask is I don't have an APE in my lab to test it with, but I thought that the Sonar Discovery page now had a Poller drop-down that you could use to determine which poller performed the discovery, and I assumed that would then subsequently be added to those nodes for polling, but I don't have the ability to test…
-
The link for Map is the new Intelligent Maps feature - Orion Platform 2018.2 feature: Orion Maps - SolarWinds Worldwide, LLC. Help and Support you can't edit them as they are built dynamically based on the Object you are browsing.
-
free.trapper the quick answer is no there is not a duplicate option you have to run through all the tabs. The other option would be to look at the SDK to see if there is an easier way to perform the discovery via API AUtomation.
-
Are you sure this isn’t NCM triggering Real-Time Change Detection
-
I'm not aware that you can do this within a Custom Table - But you might look at this post by one of our fellow MVP's antonis.athanasiou on how to add colour to Custom Query. Custom Query resource with colors and styles
-
Is that not just the UDT Summary Page? You could set up a UDT Summary View with a filter for your specific devices.
-
Hi, In addition to the information from tony.johnson you might want to consider adding a Custom Property called Site or even Country. Then when you are setting up the limitation (which filters what will appear in your view) you can use that custom property to ensure that those sites appear.
-
Sadly the WMI Credentials stored in the database are encrypted.
-
Sorry but Log Manager for Orion requires Orion Platform 2018.2 which is part of NPM12.3, so you would need to upgrade in order to integrate LM. You could, however, run it standalone if you wanted, but you would need a different server.
-
Hi hungpq4284 - My first question would be do you need the different alerts to be sent to different Email groups? If not then I might ask why the difference in the tiers? The first thing that comes to mind is to group those Applications together and then alert on the Group status change based on Worst Case, so if 1 or…
-
I took all of mine at Partner Events, I’m not sure what access you MVP guys have?
-
Hi All, Just an update - I have a case open with SW Support now, but I have since learnt this is nothing to do with HA, it seems to be something to do with the NPM Installer, as I installed 4 APE's and 2 had the same issue. Then I was able to replicate the issue in a virtual lab, and a co-worker informed me he had seen…
-
Is there any news yet on when some of the SCP benefits will start to kick in such as the Training, Study Hours, GNS3 etc.
-
PERFSTACK!!!
-
I'm not sure that the Custom Property Value table can hold NULL as a Value, you would have to have an empty value. I'm no SQL master so don't take my word, but that would be my first line of investigation.
-
Hi kishore574 yes that is correct if you are already one of the SolarWinds Orion products then you can download the Scalability Engine and trial an APE for 30 days. Evaluate Orion platform products and features When you install an Orion Platform product, you can try a fully functional product for the trial period using an…
-
Are collecting both Startup and Running config from all your devices?
-
I'm not sure if this will work, but I would try to change the "Group by:" dropdown to "No Grouping" then you can click on the Application Monitor Template tab within the right-hand table, which will sort by Application Monitor Template. Ensure that there are no Monitors that don't belong to a template (I wasn't even aware…
-
Just to update everyone Dev got back to me and advised this has been resolved in 2018.4 Core which is currently in RC (I assume as part of NPM12.4)? I’ve got a fairly busy week but I’ll try and test if I get chance!
-
Hi reesepa4 SolarWinds can filter and view based on a large number of variables so if that’s what you mean hen you need to be more specific on the area you want it resorted. if your referring to how SolarWinds pills the IP address and pulls the SNMP information to populate a hostbame as the Node Name or Caption then that…
-
Get your DBA to check the TempDB to make sure enough space. Also not uncommon if the SQL Server is struggling for memory.
-
Hey jamiewillis try this: SELECT NodeName AS [Node Name], machinetype AS [Machine Type], IP_Address AS [IP Address], '/Orion/images/StatusIcons/Small-' + StatusIcon AS [_IconFor_Node Name], DetailsUrl AS [_LinkFor_Node Name], CONCAT(SUBSTRING(tostring(MAX(e.EVENTTIME)),1,4),SUBSTRING(tostring(MAX(e.EVENTTIME)),5,2),…