Comments
-
As we dont have any official documentation for configuration of 3rd party products this may help SolarWinds High Availability - HA - In a WAN Environment!!!
-
In That case you could create multiple pollers, giving each a unique name, e,g instead of creating a UNDP called UPS_TEMP and assigning it to multiple nodes you would create UPS_TEMP_NODE _1 UPS_TEMP_NODE_2 UPS_TEMP_NODE_xxxx You can then define individual thresholds for each poller and can define a single alert for all…
-
Hi leratob, You can add the “Top XX Capacity Problems” resource to the view. Once added you can edit the resource and select the metrics you want displayed in that resource.
-
You are correct here, it is not manipulatable via the API. Only credentials of type SolarWinds.Orion.Core.SharedCredentials.Credentials.UsernamePasswordCredential can be updated
-
We do have a SWIS verb that can edit the credentials: Orion.Credential.UpdateUsernamePasswordCredentials (credId, name, username, password). It requires a Business layer restart to take effect (Orion Module Engine in service manager). It cannot be done directly on DB, because the password is hashed.
-
@"akhasheni" Can you share the support case number with me?
-
@"jonathanswift" Thank you for sharing the details, I will discuss this ticket with support and engineering and update you here. @"shadowcatz" If you could when possible log that with support so that we have additional references to help understand this problem.
-
It could technically work back as far as Core 2016.1 or later. However, specifically in the latest releases that include Orion Maps, and Custom Property Management, you could see some issues/ undesired behavior if the versions between instances and EOC are mismatched. It would be ideal to stay on identical versions. As an…
-
Hi Leon, Thanks for the response - It has shown me that it was the behaviour was in fact caused by EEBKAC! As you correctly described, the custom SQL alert sets up the initial select statement required for the alerting engine and the textbox is used to created the remaining conditions of the query. Thanks for the assist.…
-
Note 12.2 is now current and includes some bugfixes related to NetPath NPM 12.2 Release Notes - SolarWinds Worldwide, LLC. Help and Support
-
Hi amrindersingh In addition to collecting information for reports such as Entity serial numbers, ARP table details etc Inventory data is also used within change templates for example when selecting an interface for a device Thanks, Tony
-
Hi, Are there any more details you can share? Screen shot of error message, description of products and versions installed? Looking at the release notes I do not see anything similar NPM 12.1 Release Notes - SolarWinds Worldwide, LLC. Help and Support
-
Hello TCTSL, Have you created any dependencies? These can be created in Settings > Manage Dependencies. Tony Johnson Loop1 Systems www.loop1systems.com
-
Thanks Craig, The OID’s which are polled provide the “Total Number of Octets / Pkts” and are reset at re-initialization or at “other times as indicated by the value of ifCounterDiscontinuityTime." I believe it may be counting the delta between the last reported value? If NPM were dividing by a time interval it should be…
-
Hi bluefunelemental for #2 Custom Properties can be used for the e-mail recipient fields, assuming they hold a valid e-mail address for each object which will trigger the alert action of course :-) Thanks, Tony
-
Hi Qureshi, What is the system locale on the workstation you are using to access WHD?
-
Hi bgrossman Usually e-mail alerting is sufficient however there are a number of factors to consider. Are you providing monitoring only or are you also managing the client equipment? What is your SLA for outages? What are your thresholds for High CPU / Interface Utilisation etc? The alert escalation feature of the advanced…
-
Hi Michal, Yes we are using 4.1 Thanks, Tony Johnson Loop1 Systems www.loop1systems.com
-
Can you add a description of the workflow you are trying to achieve?
-
Could you share the query? I am very interested to see how you would like to use Modern Dashboards.
-
This may help https://support.solarwinds.com/SuccessCenter/s/article/Generate-node-downtime-reports?language=en_US
-
If needed, DirectLink can be deleted through Account Management. It may be worth disabling the account to validate the behavior. If it is a feature you need to use and it is not behaving as expected I would open a support ticket.…
-
Hello, Your sales representative will be able to request a temp key and could also engage our Sales Engineering team to troubleshoot the issue, however, you are correct, it should be in eval for 30 days and should not be showing as down. What version of Orion are you running? Are the required ports open from the poller to…
-
interesting, this is not something I have used frequently. Do you have any other examples of working queries with similar joins returning XML AUTO?
-
Hi Sean, Orion maps on 2020.2 supports custom icons. You can also define your own icon sets if you have them available. https://thwack.solarwinds.com/t5/The-Orion-Platform-Documents/Orion-Platform-2020-2-An-Orion-Map-to-Success/ta-p/587146#toc-hId-2008089480
-
Yes this can be done. Be sure to check the results of the pre-flight checks for any potential blockers. I would also suggest looking at the requirements and release notes for the intermediate changes which may be relevant to your environment. And of course not forgetting to backup the DB and snapshot the VM before starting…
-
Try the following as a SQL variable in your alert. select case when lastboot is null then 'No Last Boot Time Available' when DATEDIFF(MINUTE,lastboot, getdate()) <= 10 then 'Possible Power Outage' when DATEDIFF(MINUTE,lastboot, getdate()) >= 10 then 'No' end as 'MinutesSinceLastBoot' from nodes
-
What version are you running? This feature was introduced with the Orion platform 2020.2 https://documentation.solarwinds.com/en/Success_Center/orionplatform/Content/Release_Notes/Orion_Platform_2020-2_release_notes.htm
-
If you are running Orion Platform 2020.2 the following blog post covers all the latest features available in Orion maps and covers nesting and use of background images. https://thwack.solarwinds.com/t5/The-Orion-Platform-Documents/Orion-Platform-2020-2-An-Orion-Map-to-Success/ta-p/587146
-
Yes this is possible, the SWQL you need for a table widget would look something like this. SELECT n.caption, n.DetailsUrl, n.Status, unmanaged, tolocal(UnManageFrom) as Unmanage, daydiff(getutcdate(), UnManagefrom)as [Days till Unmanage], tolocal(UnManageUntil) as Remanage, daydiff(getutcdate(), UnManageuntil)as [Days…