Comments
-
Hi, At least the two below MIBs, they would already allow you to add the node in Orion NPM and list the resources. RFC 1213 : http://www.oidview.com/mibs/0/RFC1213-MIB.html Host-Resources-MIB : http://www.oidview.com/mibs/0/HOST-RESOURCES-MIB.html HTH, Yann
-
Hi Daniel, You can first download the latest Orion MIB database and install it. If the MIB you need is still not there open a case online and we will add it to the db. Steps to install the MIB database are into the archive. You basically just need to replace a file. Link to download the latest Orion MIB database:…
-
Hi, You probably have some issues with the JobScheduler/JobEngine/Module Engine services... Do you see some fatal errors in the below files? \Program Files\SolarWinds\Orion\NPM.BusinessLayer.log C:\Documents and Settings\All Users\Application Data\SolarWinds\JobEngine\Logs\ SolarWinds.JobEngineService_vX_Y.txt…
-
Hello, The reports uploaded by Gob in the content exchange zone are probably what you need: Thanks, Yann
-
...the issue is trap are coming in and being caputred by NPM, but it is the same trap for everything. First check the documentation of the device to review which type of traps can be generated and what they can contain. Do not hesitate to contact Wavestar to get further information on what exactly needs to be configured to…
-
Salut etoilemallak, The Kiwi Syslog Server might be what you are looking for. It collects and process Syslog messages. If you want to collect EventLogs from Windows Computers/Servers, you might want to have a look at the SNARE forwarder to generate Syslog Messages from EventLogs. HTH, Yann
-
Hi, A SNMP Trap is sent by a network equipment to the Network Monitoring Solution. Orion provides a way to collect/manage these Packets throught the SolarWinds SNMP Service and the Trap viewer. An Orion NPM event is an entry in the internal log of the application. Events are mostly created when Orion NPM detects a change…
-
Hi, Have you listed all the type of Syslog messages or SNMP Traps that are generated when a change is made on these systems? This would be the first step. Then you will have to check what are the variables in these Traps to be sure your rules apply to all of them. Feel free to post screenshots of the SNMP Traps or Syslog…
-
Hi Stefan, 1- I do not think this is possible as an Alert cannot change the field: StatusLED in the Nodes table for a specific node. Even if you customize an alert, the change will probably be overwritten by the NetPerfMon service. 2- You can change the top Icon status behavior in the web console settings. Log in as an…
-
I need my APM can see all applications on some servers This can be done either by SNMP or WMI. and also need to see websites. APM has User Experience monitors that checks websites like you could do with your browser. so it uses HTTP/HTTPS . you might want to have a look at the APM administration guide to see how to…
-
Hi, Can I make some default settings for Admin view? There is no button to reset the Admin account settings. It is however possible to edit the settings in the database to modify the permissions of the account. I assume that no other accounts has admin rights to edit the account settings. If you do have another account…
-
Hi, This filter should perform what you are looking for: Nodes.GroupStatus NOT LIKE 'Up-%' Edit the resource and paste it in the Filter Nodes field. Click on Submit. HTH, Yann
-
Hi, Can you try to re-register the SWAlertActions8.dll dll file? Open the \Program Files\SolarWinds\Orion\ folder. Right-Click on SWAlertActions8.dll file and select open with C:\WINDOWS\system32\regsrv32.exe Restart System Manager and try to edit the advanced alerts. HTH, Yann
-
Hi, Are you talking about Basic or Advanced Alerts or both? Where are you seeing the 24h format? In the web console, when you configure the alerts? Feel free to post a screenshot. Thanks, Yann
-
Hi, Can IPMonitor use Netflow? No ipMonitor cannot process NetFlow data, you should have a look at Orion NetFlow Traffic Analyzer for that. www.solarwinds.com/.../index.aspx
-
* First check that you have installed the latest MIB database available for Orion. * Login to the Customer Portal. * Click on Orion MIB Database to download the updated MIB. * Follow the instructions in the Readme file included in the Archive. If the MIB you are looking for is still not there, you will have to open a…
-
Hi, If you are running NPM 9.0, you can still upgrade to the version 9.1+SP5. It is only since the version 9.5 that SQL Server 2000 is no more supported. You should open a support ticket to request the link to download 9.1+SP5 . It could let you more time to schedule the upgrade to SQL Server 2005 or 2008 before to finally…
-
Do you have the same issue when you perform this within the webconsole (Admin > Manage Nodes)?
-
Hi, A work around for this could be to create two Universal Device Pollers on the following OIDs and assign them to the interfaces on which only the bandwidth has to be monitored: ifInOctets: 1.3.6.1.2.1.2.2.1.10 ifOutOctets: 1.3.6.1.2.1.2.2.1.16 Description: The total number of Octets Received/Transmitted on the…
-
Hi, See below an example. This is how I would set it up as per what you detailed. There might be a better way to do it, but that one should work. Then in your Alert Email action, use the ${ComponentName} and ${ComponentStatus} variables to write you message. Which type of Component do you use to monitor these services?…
-
Hi, The issue is probably due the web console configuration in IIS itself and notcaused by one of the NCM Services. You can try the below steps to solve the issue. 1) Try to restart the web console and try then to browse it. Start > Run > inetmgr + ok Right-Click on SolarWinds Orion Network Configuration Manager and select…
-
Hi, Please check if the HotFix solves your issue. Thanks, Yann
-
Hi, The administration guide details a procedure to move NCM to another server, page 33 of the PDF: http://www.solarwinds.com/support/orionNCM/docs/orionNCMAdministratorGuide.pdf HTH, Yann
-
Hi, The Job Engine uses Microsoft SQL Server compact edition to store information. It is a separate instance of the database backend used to store settings and statisics. SQL Server Compact Edition and the Job Engine installers should be located in the below folder: C:\Documents and Settings\All Users\Application…
-
Hi, Engineer's Toolset has been tested on the following OS: Operating System (32-bit or 64-bit) Windows Vista (IPv4 mode only), Windows XP SP2 or later, Windows 2000 SP4 or later, Windows 2003 SP1 and R2, .Net Framework Version 2.0 or later. http://www.solarwinds.com/products/toolsets/engineer.aspx It is not supported on…
-
Hi, Is the Alcatel device changing the Interface Index in the If-MIB ? NPM is supposed to handle these changes but Alcatel devices might have created a new scenario which does not fall in the known ones... If the issue occurs again, here is what you can do to troubleshoot it. 1) Extract the interfaces information for this…
-
Hi, Only ${IP}, ${USER} and ${PASSWORD} variables are automatically populated, you are correct about this. You could define the other variables you need statically in the script arguments and then catch them with code such as below at the top of your script: OracleSID1 = wscript.arguments(0) OracleSID2 =…
-
Hi, When a node goes to the Unknown , it can be due to 4 things listed below (hopefully I am not missing one :): 1) You added the device as an ICMP node. Orion rely on SNMP to get more information from the device. 2) You added the device as an SNMP node but for an unknown reason it cannot retrieve the SNMP information from…
-
For a new customer, will SW provide and support 9.1? Yes. But if you face a bug that is fixed in a newer version, you will be asked to upgrade to that version. For a new customer you will have to open a support ticket to get the link to download this previous version, since only the link to the latest version will be…
-
Hi Ciaran, if "ip finger" starts the line, you might try: ^ip finger this should not match a line that starts with "no ip finger" HTH, Yann