Comments
-
The activate/deactivate did not solve it for me.
-
Not a big deal but the "See requirements" Link is broken.
-
I guess I do not understand how this post is marked solved.... Link is broke and AFAIK Netpath does not run on a RaspberryPi. Unless there is another article I can not find. EXTEND NETWORK MONITORING REACH WITH NEW ORION ARM AGENT
-
I get the no component available message also. Components Click configure from multiple statistic chart. And the error message:
-
ENTERPRISE OPERATIONS CONSOLE BETA The moderator of this group must approve membership or invite you before you can view group content or participate. Your membership is pending approval Cancel request to join ABOUT THIS GROUP
-
Reading here, installed the agent by downloading the agent software to a USB stick. Agent installed and NetPath probe is talking. Still unable to create a new probe.
-
@sstark85 did you get this figured out?
-
I installed the bundle which according to Solarwinds websitecontains this: Orion Additional Polling Engine – Bundle, Includes: NPM, SAM, NCM, WPM, VNQM, NTA, and UDT Additional Polling Engine files But actually installs this: From the bottom of the primary NPM server: Orion Platform 2016.1.5300, VNQM 4.2.4, NCM 7.5, NPM…
-
Thank you, that works great. This is what I ended up with. def main(): t = [ "NO", "ITTSUNIX", "ITTSWINDOWS", "ITTSNETWORK" ] print (t) swis = SwisClient(config.npm_server, config.username, config.password) results = swis.invoke( 'Orion.NodesCustomProperties', 'CreateCustomPropertyWithValues', 'ITResource', 'Excludes IT…
-
9 years later message is still there and I am looking in the log file :-)
-
Nope - This link is broken
-
No, Support says this is not their problem, 4.7.2 should stop the error: This is a known issue. Microsoft released an update to .NET. If the update is installed on any server then all Orion servers must have the same .NET version and updates or you will get the error you are experiencing. The new server likely has the…
-
We have updated all our servers to 4.7.2 and we get the error only on the nodes residing on the Server 2016 Poller. Either KB4338419 or KB4338424 on the primary server (2012r2) is likely causing the issue. Solarwinds really needs to fix this or provide a list of approved windows updates.
-
4 years later and still not working. We use HTTPS with a web cert and the servers dns name.
-
Appears the config wizard reverts back to original file.
-
NetPath ports specified in Netpath probe creation section of NPM 12 pdf
-
Really the only thing that was worse than our lab upgrade was our production upgrade. Our DBA got us out of the mess in our lab. First error was resolved by adding this back in: constraint pk_apm_threshold Dropped the index to fix this second error: Error while executing script- The index…
-
at first glance that is what I am seeing also.
-
I would start here and learn about the api: GitHub - solarwinds/OrionSDK: SDK for the SolarWinds Orion platform, including tools, documentation, and samples in Powe… Also look in this forum: Orion SDK I have been using python to manage our solarwinds servers so this: GitHub - solarwinds/orionsdk-python: Python client for…
-
This worked great. Also used the spreadsheet concept to correct the AD group permissions across our solarwinds servers in different markets.
-
Giving this a try.
-
We send traps to Netcool from our solarwinds servers. Netcool parses the trap and the Alert Message from the Trigger Action. The alert message sends the severity and either a SET or CLEAR. CRITICAL&SET&Node Down&${IP_Address}&Node ${NodeName} is ${Status} This is our node down trap. We created the traps and the rules to…
-
TIL: as part of support ticket 1094665 the message "The poling engine you are trying to assign the selected nodes can have a different suite of installed modules. Some types of objects can be dropped from monitoring." is normal and uses the word "can" as to indicate there may be a problem or may not be a problem. I guess…
-
I have requested access to the page also
-
Following this document there is no mention of moving the certificate. Can we get an answer to this?
-
Where are the release notes for 12.3 rc3?
-
Does the config wizard replace the web.config file with original? Seems like one of our solarwind instances reverted back.
-
We are moving to NCM as our primary backup solution for our router and switch configs. At this point we are only using NCM for backups, have not implemented any of the config/change management features. NPM is our main network performance monitor for our internal and customer devices. We are just starting to look at how…
-
getting 404 errors for some items, maybe 30% return 404 http://solarwinds.github.io/OrionSDK/schema/Orion.Netflow.AutonomousSystems.html http://solarwinds.github.io/OrionSDK/schema/Orion.Netflow.CBQoSTop.html
-
Did you see the samples here? AlertObjectID needs to be an array. From here. bool AppendNote(int[] alertObjectIds, string note) the int with the brackets indicates an arrray or perhaps a list in python? alertobjectid = [272] results = swis.invoke('Orion.AlertActive', 'AppendNote', alertobjectid, 'test')