Comments
-
Solarwinds SDK are really adding more value to our daily operations. Option to change threshold via API are really needed,, as we manage 10K servers in our environment and each server need custom threshold, And each disk need custom threshold. Wish to see this feature to be implemented soon
-
@"tony.johnson" Please check if below thread helps Configuring Group Managed Service Accounts for vRA IaaS services. https://blogs.vmware.com/management/2018/02/managed-service-accounts-gmsa-vra.html
-
Congratulation!! SolarWinds on the New SaaS monitoring platform release. We wish to see all the good things we had in Orion Platform also in this SaaS version.
-
@"aLTeReGo", Group Managed Service accounts are currently a security mandate to interact with Microsoft SQL in most secure organization where passwords auto-rotate policy is in active. We also looking forward for a solution from Solarwinds to utilize - gMSA for Solarwinds platform to interact with Solarwinds Orion Database…
-
Can existing SAM node licensed Platform, can be upgraded to Hybrid Cloud Observability 2022.2 , with existing license
-
serena , We have a fresh 2018.4 platform with NPM,NCM installed on it, all product licenses were applied in the month of December 2018, Now we have installed 2 APE's but license manager doesn't show these APE's due to which not able to license them, any pointer to this issue
-
High Availability Document stats that from EOC 2.0, it suports HA, does it mean, EOC 2.0 can be backed up with a secondary server, Please enlight
-
serena, Could you help with the latest Offline Orion platform 2018.2((NPM 12.3, NTA 4.4,IPAM 4.7,NCM 7.8) downloader url, We would like to start with a fresh evaluation Installation.
-
serena , the issue got resolved, after we ensure APE's VIP able to resolve the Main polling engine's host name ( updating in /etc/hosts)
-
(+) Feature to have additional Alert Incident table to update Incident details from any ITSM tools via Custom integration - Feature Requests - Hybrid Cloud Observability - THWACK (solarwinds.com) Created a feature request , As suggested. Thanks @"KMSigma.SWI"
-
looks like in 2024.1 i still have the tables closed for updates. The uri is blank as you mentioned Assumption,, it could endup like "Orion/Orion.CpuLoadThreshold/InstanceId=[[NodeID] && Name=Nodes.Stats.PercentMemoryUsed"
-
@"planglois" Thanks for sharing the awaited update, Is it part of Orion platform 2024.1 ? If yes, would able to share the uri details
-
sorry that, to avoid complication, we are creating message as Wan uplink of SDwan node << alert variable for node>> is in Failed state. If WAN Ip, is still needed, we need to work on SWQL custom attribute.
-
Use Custom SWQL Alert(advanced) and use below query # this will create alert on associated SDWAN devices SELECT Nodes.Uri, Nodes.DisplayName FROM Orion.SdWan.Nodes AS Nodes LEFT JOIN ( SELECT WAN.NodeID,WAN.LocalIp, WAN.PublicIp, WAN.InterfaceInfo, WAN.Status, WAN.StatusDescription FROM Orion.SdWan.NodesInterfaces AS WAN )…
-
Yes @"KMSigma.SWI" , I couldnt see uri's created for the same. Thanks for helping with related informations.. kindly please provide some flexibility to update threshold directly in future version.
-
@"KMSigma.SWI" Thanks a lot Genius,for your helpful response, Let me check and come back , Thanks a Ton
-
Thanks mate,, Gaining 60K points going to be a nightmare
-
While registering the SCP Certificate, there was option to link 'Thwack ID' , but couldn't find a away to redeem the points,,kindly please enlighten with procedure to do so, please
-
I renewed my Solarwinds Orion Design certification in Aug-2022 after 3 years, I too felt Exam wasn't updated based on latest offerings. Looking forwards for the updated SCP exams
-
Hi @"dilbert1234" thanks for engaging in this Topic. Yes Agent issues will be identified over Alert based on 2 different criteria 1. Agent connect status in the 'Manage agents' view 2. If no data collected for node in last 10-20 mins based on 'LastSystemUpTimePollUt' attribute using SWQL query. Post that We have Ansible…
-
Thanks @"sum_giais" for Response, I sincerely appreciate your precious time in providing related information. We have 15 polling engines & we equally split the load among APE , 600 servers/agent per APE is our considerations, .All agent are Agent-initiated communication. Looking some instruction are managing agent health
-
<?xml version="1.0" encoding="utf-8"?> <ArrayOfApplicationTemplate xmlns:i="">www.w3.org/.../XMLSchema-instance" xmlns="">schemas.solarwinds.com/.../APM"> <ApplicationTemplate> <Settings xmlns:s="">schemas.microsoft.com/.../Arrays"> ## <s:KeyValueOfstringSettingValueyR_SGpLPx> ## <s:Key>__DebugLoggingEnabled</s:Key> ##…
-
@"aLTeReGo" @"mesverrum" any help / pointer on this, I am able to import entire XML (from exported application template) , would like to understand if i can ignore any attributes, while importing..
-
Remote host execution, through WMI is denied as we dont have wmi credential . I am able to execute 'Add-PsSnapIn Citrix.Broker.Admin.V2' using local execution, the following line is the issue $res=Get-BrokerController;
-
Any lead on the issue ??
-
Thanks @mesverrum i able to construct the SWQL query based on your guidelines, It is working as expected. Thanks again SELECT n.caption ,n.vendor,V.caption FROM Orion.Nodes as n LEFT JOIN Orion.Volumes as v ON N.NodeID = V.NodeID Where V.VolumeID is NULL AND ( n.vendor = 'Windows' or n.vendor='Linux')
-
Thanks Chris, for the pointers, let me try the SAML log to see for what i have currently
-
Thanks For providing the details
-
We have deployed agents in our environment , which are connected to APE -constructed over multi subnet HA pools.. But while the secondary polling engines get activated,.. most All agents previously reported to solarwinds are now not communicating (only few agents are working ),, i see below related error in the console.…
-
@"aLTeReGo" We have HA pool created across multi subnet. While during a failover,, Agent are not able to connected to 'secondary polling engines', Few able to connect by most of them have below error Agent plugin ServiceDirectory on agent Sampleserver.net failed to start Any directions here. This looks similar in linux and…