Comments
-
Thanks H, We were running version 10.6 before the upgrade. I've checked and the attached SDK pdf attached matches with what I've got. The SWIS v3 log file isn't showing any related errors so I'm stumped.
-
Hello again, It looks like the SNMP agent on the device you are polling doesn't support SNMPv2-MIB. Orion will treat the response (nosuchObject) as an error message and say polling has failed. What type of device are you trying to poll? Could there be an SNMP access list/view on the device that restricts what MIBs you can…
-
Hi Richard, I've got a support case open, but it has been dragging on for a few days now. L
-
Thanks Sean. We've got enough RAM on the box (16GB, running about 50% at peak). L
-
Hi Jan, For the first bullet point, I was hoping to have documentation for any changes to the standard poller types, SDK etc so that I can make this available to the developers supporting the code. The main issue we have at the moment is that we are unable to register any of the standard pollers on nodes that are inserted…
-
Thanks Jan. I did get a list of supported macros/variables from the knowledge base: SolarWinds Knowledge Base :: How to use SolarWinds Query Language (SWQL) I was able to get the SWQL query working using a non-elegant subquery hack: SELECT n.MachineType , '/Netperfmon/Images/Vendors/' + n.vendoricon as…
-
Hi, I think Orion tries to query for the sysobjectid OID (1.3.6.1.2.1.1.2.0) when adding a new device and if it doesn't get a valid response back, it says polling has failed. To check what the device sends back in response to Orion, you can right click on the UDP packet in Wireshark, select decode as, choose SNMP and click…
-
Logged a case with Solarwinds support and got a fix. In NCM 7.4., there is a new command <Command Name="UseExactPromptMatch" Value="true"/> The revised template is: <!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by () --> <!--SolarWinds Network Management Tools--> <!--Copyright 2005 SolarWinds.Net All rights…