Comments
-
Please move this to the NTA forum. Which version of NTA do you have?
-
You can choose which interfaces you want to monitor on a node. So, yes, typically the ports in use that you would like to monitor.
-
did you try downloading it from the Orion server directly?
-
You can add a 'Custom Chart' resource to any dashboard view (Summary, Node Details, etc). Edit the resource, click on 'Select Datasource' and change the selection method to 'Advanced Database Query (SQL, SWQL)' and you should be able to use your SQL query
-
It is an out of the box feature in SAM
-
See my response here Re: Output last 25 syslog messages for node on Advanced Alert email
-
Does the URL work from a browser on the SAM server? Does the website require any authentication - proxy or Windows. Authentication?
-
The use case for federated collectors is quite the opposite. You can deploy FCs in each DC, which store and forward to the VMan virtual appliance. What is the use case for the data to be held in each of the DCs?
-
If you have a multi-layer map, the status of each map is calculated from the bottom up. The status of a map will be status of the immediate layer down. Are you looking for a map like this? http://oriondemo.solarwinds.com/Orion/NetPerfMon/MapView.aspx?Map=ecaab75f-0bf0-47ba-a7d4-015ea3c919c1.OrionMap&Title=Au… If so, once…
-
Yes, you can. Simply select the node you would want to report on as your 'data source' for the report resource. I am assuming you are using the Web based reports available since NPM v10.7
-
Assuming you are running of the newer versions of NPM (since the web reporting was introduced), report writer (legacy) reports are automatically sync'ed and made available to be executed from the web (HOME > Reports) but they cannot be edited from the web.
-
Never seen anything like it. Any screenshots to share?
-
The question is - why is the OS based routing using other interfaces rather than the interface meant for device polling?
-
Yes. it's possible. It would be a custom SQL alert and would like below. Below is for over 10% in 2 hours. Just change these two values as per your requirement. The bottom half of the query to complete is below for your convenience. LEFT JOIN VolumeUsage_Detail V ON Volumes.VolumeID = V.VolumeID AND Volumes.VolumeType =…