Comments
-
Hi all, not sure if it has been added in 9.5 or before: X:\Program Files\SolarWinds\Orion\SolarWindsVersionChecker.exe HTH, Yann
-
Is the MDF file used by another process? (ccollomb.free.fr/.../) Did you try to attach the database? The .mdf file type is different than the .bak one, thus attaching might work instead of restoring. HTH, Yann
-
Hi, I was wondering what the optimal secure SNMP config is for the devices You should definitely go for SNMPv3 and restrict the rights of the view (View-Based Access Control) to the minimum required by Orion. The following PDF is listing quite well the pro and cons of the SNMP versions: Security in SNMPv3 versus SNMPv1 or…
-
Hi, define the date time range, You can edit the NetFlowSummary1.StartTime statement in the WHERE Condition to something as below: DatePart(day, StartTime) between 1 and 10 Will show results from the 1st to the 10th of Month. DatePart(dw, StartTime) between 2 and 6 Will show results from the monday to the friday. Numbers…
-
Hi Kliegs, Could you pull from your database the results of that Universal Device Poller and post them here? We will know if this is possible to trigger only Err entries values. Open Database Manager. Start > All Programs > Solarwinds Orion > Database Utilities/Advanced Features > Database Manager Expand your database…
-
Hi Lee, Could you give an example of a report that is working plus another one that does not show some of your interfaces? You can attach the report to your post (located in \Program Files\Solarwinds\Orion\Reports\). NTA computes the NetFlow,JFlow, SFlow protocols which is not related with the statistics gathered by SNMP…
-
Hi, The Vendor field is edited by the polling engine. To avoid conflicts, you should create a Custom Property, update its fields with a SQL Query based on the Vendor column. You can use as well a CSV export to populate the new custom property. Importing Custom Property Data Once done this edit the remaining nodes that do…
-
Hi, You will have to create Universal Device Pollers to retrieve such stats from the device: Example of a UnDP: Further UnDP to download: Content Exchange Zone Tutorial: Universal Device Poller HTH, Yann
-
Hi Dan, This thread might help you: Custom Pollers - Cisco ASA Failover status Thanks, Yann
-
I believe if once removed the NTA tables, you remove the Trigger named "NetFlowTriggerAfterDeleteInterface" that belong to the Interfaces table, you should be allowed to delete NPM interfaces that were at some stage a NetFlow source. I have not tested it yet. HTH, Yann
-
Hi Ctschap, A such resource exists in the web console and in System Manager. In the web console you can add it to a specific view by login as an admin Click on Admin on the top bar > Manage Views > Edit the view on which you want to add the resource. Click on the + to add a new resource. Expand the "Network Wide Summary…
-
Is there such a thing as a WMI "walker" like there is in SNMP? WMI Explorer is handy for that and free as well :-) Documentation: www.ks-soft.net/.../index.htm Mirrors: www.ks-soft.net/.../downpage.htm Let us know if you find an interesting WMI Performance Counter...
-
Hi, You might want to read the following thread about alert suppression: Grouping of objects for alerting HTH, Yann
-
Hi, You can find some documentation here: https://support.ipmonitor.com/devdocs.aspx HTH, Yann
-
Hi, The following should help you: Restarting Windows Services with an Alert Action Thanks, Yann
-
Hi, You can add a condition as below: VolumeType is equal to Fixed Disk Here is a list of VolumeTypes you can have among the Volumes: Fixed Disk, RAM, Virtual Memory, Other, Removable Disk, Compact Disk, Unknown. I think I list all of them... HTH, Yann
-
Hi, 1- They would need to install a second instance of Orion NPM in these other regions if there is no connectivity between sites. EOC can be used to aggregate data in web console when you have multiple NPM instances but require the tcp port 17777 to be opened between sites which does not seem possible in your scenario. 2-…
-
For internal guys, feature request: NCM TestTrack # 3079.
-
Hi, Do you have this issue with all the background images? If no, the image file could be corrupted. If yes, then I would advise you to repair the installation. Start > Control Panel > Add/Remove Programs. Select Orion Network Performance Monitor and click on Change. Select the repair option and follow the steps. Recall to…
-
Hi, Apply the Service Pack 3 for NPM 9.1, this should solve the issue. Thanks, Yann
-
Hi MattNewham, You should have one or more log files named "SolarWinds Orion VoIP Monitor 2.0 SP1/2/3.log" in the \Program Files\Solarwinds\Orion folder. Yann
-
Hi, Are you able to resolve the IP address to its hostname from the Orion server? Is the DNS server returning you its DNS name? When the SNMP Trap service receives a Trap, it will try to resolve the source IP Address using the methods available (Hosts file, DNS query, LMHosts, NetBios query), if it does not succeed for any…
-
Hi, Configuration-Management.exe is not a service. As soon as someone will open/close the Network Configuration Manager on the server it will start/stop this process. A Telnet monitor would more relevant for the information service listening on the port 17777 than a HTTP one. Additionally you could add a HTTP monitor for…
-
Hi Miron, I just found two Radius MIBs, you can poll them with the UnDP which avoids you to write scripts: RadiusMIB:1.3.6.1.2.1.67 RADIUS-DYNAUTH-SERVER-MIB: 1.3.6.1.2.1.146 I do not know what are the most relevant OIDs to poll. I however understand that using a proactive APM script would better reflect the Radius server…
-
Hi Keith, It should be possible. Create a new advanced alert with the following condition: Node Status is equal to up If needed add more conditions to match certain monitored nodes In the Trigger Actions, click on Add New Action and select "Send an E-Mail/Page" In the Time of the Day tab, select your shift hours. Click on…
-
Hi, The advanced alert do not contain any fields you could use to trigger an action based on an event. I suggest you create a thread in the NPM Feature Request section. Alternatively there is an unsupported way of executing your own SQL Query in an advanced alert. Since the EventType you are looking for is Volume…
-
Hi Extra, Which version of Orion NPM are you running? Which Service Pack did you apply? Did you install Orion NCM recently? Thanks Yann
-
Hi, Is the following query returning what you need? ------------------------------------------ SELECT Nodes.NodeID AS NodeID, Events.EventTime AS Event_Time, Nodes.Caption AS NodeName, Nodes.IP_Address AS IP_Address, ( STR(Events.EventType) + '.gif') AS EventTypeIcon, Events.Message AS Message FROM Nodes INNER JOIN (Events…
-
Riyaz, Application Performance Monitor is a module of Orion Network Performance Monitor as a result you cannot run it as a stand alone application, you must install it on the top of an existing Orion Network Performance Monitor installation as the error message states. You can download an evaluation version of Orion by…
-
Hi, Could you check the following folder exists? X:\Program Files\SolarWinds\Orion\WebCache. where X is the drive where you installed Orion NPM. If it does not exist, create it and see if it helps. HTH, Yann