Comments
-
Maybe it would worth to mention, that PubSub and subscriptions are designed only for internal use and experimenting with this is really not recommended on production systems since it might damage it's stability and correct functioning. Regards, Honza
-
Don't worry, Richard, we don't plan it;-) H.
-
Hi guys, since the node status is being determined from ICMP echo reply and Interface status via SNMP, there stands several questions: Are you able to ping the problematic nodes from the Orion server? Are the devices configured to reply on ping and isn't the ICMP port blocked? E.g. by firewall? Can you, please check it?…
-
This is not fully correct. When user is member of more AD groups added to Orion, the logon group is chose based on priority, set in group accounts management. You can there move the group priority up and down. So it's not the alphabetical order, which matters
-
Not sure which version you're at, but since NPM 11.5 (maybe even earlier) that was implemented. Go to Edit Node (from node management or Node details) and there's setting called "Web Browse Template". Just modify the template for the node to use https://whatever.
-
Hello mharvey. I can describe you how the migration works. Some facts: * Migration is only one directional, only Old -> New. Doesn't merge new changes after reverting back (this just deletes the new definition to show that in the old managers) * Migration doesn't delete the old definitions from the database, just disables…
-
Hello kjustin, I'm not sure if you can set also the custom properties when creating the node. I hope somebody would answer it. You can try to create node first and set the custom property then. You can reffer to the sample script CRUD.SettingCustomProperty.ps1 1. Create node (don't use custom properties in the…
-
Hello, I don't know exactly which features are you missing in WHD, however you can also try Alert central at Alert Central - Free Alert Management Software by SolarWinds . The alert/ticket updates should work here in 2 ways (Acknowledge/Notes adding) similar way as for WHD. For a bit more programatical approach you can try…
-
To me it looks like alerting on data polled by SAM (if they do). Core part on that is just the engine part (evaluation if condition is true or false). So SAM space will be better place IMO
-
One more think - I can see you are a member of "Script guru's", so if you are familiar with it, I can provide (write for you) simple Orion SDK based PowerShell script, which would be able to delete unknown (or based on any property) interfaces. Just say.
-
Hi, those files usually grow that much in case the Rabbit hypervisor is crashing for some reason. In this case also Orion can't use the RabbitMQ. Usually the reason is, that the system has disabled TLS 1,2 and Orion can't configure the RabbitMQ properly. If you want to repair this, then here are some steps: Based on…
-
Hello, it is possible. When you download the online installer, for case when you need to install the products offline, there's choice to download the single Offline installer. This will provide you the full set of modules installers. Just choose what you need to evaluate and it will be installed all at once. Regards, Honza
-
Please check my comment at Re: NPM 11.5 / SAM 6.2 Fun There should be visible how to repair it. H.
-
Always depends on the load type, but in general the Main Poller requirements are higher as the main needs to handle with Website load, alerting and other operations not related to the polling. There are some operations, which can be done only by main and can't be delegated to Additional Webserver and Additional Poller.…
-
That won't work dude ;-) There are syntactical and factical mistakes.
-
Hi Spiky, in case of Basic alerts the alerts are triggered by the polling engine itself including the alert actions, so in case the alert is triggered by additional poller, this poller has to have access to the email server. In case the ad poller doesn't have access the mailserver you have two options: 1. Try to find…
-
Implementation of Verbs and CRUD is not a part of Orion SDK, but of the products itself. SDK is just interface, so requests on particular functionality should be done in appropriate product forum sections or via support ticket.
-
Yes, this is correct assumption. We use it quite often. Enjoy it;-)
-
Deletion by SQL script would cause remaining of orphaned data in the database. I suggest to use supported way by using Orion API I described bellow... It will do everything for you...
-
Hello, unfortunately as far as I know ${ContainerID} macro resolution on the group details page is not implemented yet. We have item about it, but at this time is not known the scope of implementation. I'll try to keep you updated.
-
Can you, please attach the screenshot, which link is the not working one? However it looks like you had different issue than njoylif or maybe rather say user-experience issue than functional one, right?
-
njoylif: I have currently your item on my desk and working on it. Currently it seems to be quite tricky. Please stay tuned. We'll probably arrange remote session for troubleshooting and searching for the root.
-
I created for you the report. There should be enough just to import it. I hope it helps
-
If you mean the powershell example, the deletion syntax is the same for all types of objec. You just need to create connection and know the uri of the object (unique identifier). e.g.: $swis = Connect-Swis -hostname 'localhost' -username "admin" -password "123" #create connection[System.String]$uri = get-swisdata "select…
-
I'd like to correct a bit. The Hotfix for NPM 11.5.2 (Orion platform 2015.1.2) is already public. You can download it here.
-
My understanding is, that we're about detection of approaching the max number of opened TCP connections. This is by protocol defined as 65535 because of 16 bit TCP header.
-
Hi, 1. Currently released SDK 1.10 is fully compatible with upcoming NPM 11.5/SAM/... releases. 2. The functionality (Verbs, CRUD) is part of the products (Orion Platform, NPM, SAM). SDK just provides interface to use that, so it's quite hard to provide such info here from SDK point of view and is good to check the…
-
I believe it's not applicable when you have set event based condition, e.g. "Status Has changed" within the alert definition. Such conditions are driven right by those changes. Not by reccuring checks each xx minutes.
-
Hi Mike, well, I didn't wan't to publish this solution, but please do as ET stated. I'll inform the support guy about it. THX
-
If you'll follow the guide Migrate SolarWinds products to a new server with a new IP and hostname - SolarWinds Worldwide, LLC. Help and Support , this should prevent you from the most of troubles (hopefully all). Going through the guide will also save the system from changing the EngineId and the need of changing of…