Comments
-
Hi @"SBhorade", You may want to try the SWQL Studio (if you haven't already). There's an IPAM section there: I scrolled through to the IPAM.Subnet entity, there's a field for FriendlyName in that entity. Is this what you're looking for?
-
Hmm, was just about to suggest that as a test. This will go beyond my ability. Perhaps @"dan_jagnow" or @"KMSigma.SWI" will know better. At this point I would be second guessing my edit of the SID and would try it again (just to make sure I didn't accidentally inject a non-printing character).
-
Would you be able to share a picture of the error you're getting (just blur/cover any identifying data that may occur)? Which "Server Type" are you using in SWQL studio? I'm also authenticating with an AD Security Group. I use "Orion (v3)" as my server type, and am able to both include or exclude the domain when entering…
-
Hi @Tordormore, Is it effecting your with SWQL studio only, or also with using CURL/PowerShell module/Python module?
-
Thank you for the explanation, I actually thought the @() in -Arguments @($variable) was part of the SwisPowerShell syntax, so this really helped. Unfortunately, it doesn't work I tried with: $Arguments = @{ nodeIds = @(2727, 2728)} #First tried with only one node ID, added a second in case that was the problem…
-
I'm having issues with this. Can you spot what I'm doing wrong? I tried it via the PowerShell module (with both 2.5.0.214 & 3.0.0.336), and found a method of constructing the arguments that gets accepted, but doesn't actually effect any change: 2.5.0.214: 3.0.0.336 The version of Orion is 20.20.2.6 HF1 Here's the code I…
-
Awesome, thank you!
-
Hi All, Old thread, but closest I've found related to Processor Queue Length (Depth). I'm trying to create a SAM Template, and want to add Processor Queue Length to it, but I'm not finding it as a component. In the "Component Monitor Wizard" I looked through both "Processor" and "Processor Information", but didn't find any…
-
Awesome sauce! Thank you! :)
-
Which type of session time-out issue? Is it immediate or after some amount of time. Is it every time you start with a fresh browser session and try to connect, or intermittent?
-
@"dan_jagnow" & @"KMSigma.SWI" Hi Dan and Kevin, Is this something you can assist with? In SWQL Studio v2.5.0.214 and lower intellisense works: But it doesn't work in newer versions. I tried again with freshly downloaded version of both v3.0 & v3.0.0.309-beta, but it doesn't provide suggestions (it does provide SWQL words…
-
Just an update. I tried again after upgrading to the most current release of Orion and also updating the Orion SDK to 3.0. Issue persisted.
-
Just adding a tag to this as it wasn't one of the results that came up when I was searching, but was the correct solution. * SolarWinds.Data.Providers.Orion.OrionAccountValidator * Invalid username or password for user via password hash comparison * SWQL Studio Unable to connect to Information Service. Invalid username or…
-
Hi @"Seashore", Adding comments to help get more views. I'm suspecting that this would need to be a feature request. Someone more knowledgeable than I may contradict, but I'm rather certain that it's an All-or-Nothing affair. Bit of a thorn in my side as well, it would be really cool if we could have complex filter…
-
I wonder if it is based on the network interface with the lowest index in the host OS?
-
Thanks @"christopher.t.jones123" for pointing this out. I misread the question.
-
Hi @"naresh_b", The others are correct, this is not possible. But in case you're looking to understand why it's not possible, here's the reason. Speaking of internal distribution lists managed by an email server or directory system, such as Active Directory and MS Exchange: the distribution list is itself an email address.…
-
Hi @highstone351 (or any future visitors), Old question, but it's still here, so here's data in case someone else is trying to get over the initial hurdle of learning it: * The OrionSDK Github: https://github.com/solarwinds/OrionSDK * The OrionSDK Wiki: https://github.com/solarwinds/OrionSDK/wiki * Schema:…
-
Hi @"tjay_monitexpert", Does this video from THWACKcamp answer your question? https://www.youtube.com/watch?v=I9RLfhygxR0
-
Hi @"shocko", Sorry, I misunderstood the question. To the best of my knowledge that isn't in the Orion database, and must be pulled directly from the config file on the host running the agent. The config files are located here: * Windows: C:\Program Files (x86)\SolarWinds\Agent\SolarWinds.Agent.Service.exe.cfg * *Nix:…
-
Hi @"Taimoor", In addition to what @"KMSigma.SWI" said, if you're just looking for a simple text message (what I do for the most critical alerts that are very infrequent), you can use the 'Send an Email' action, and use your text messaging address as the 'To' field. Here's a handy list of many Email-To-SMS addresses:…
-
Hi @"shocko", I think that this is what you're looking for: SELECT A.AgentId, A.AgentGuid, A.NodeId, A.Name AS [AgentName], A.Hostname, A.IP AS [AgentIP], A.Node.Caption AS [NodeCaption], A.Node.IP_Address AS [NodeIP] FROM Orion.AgentManagement.Agent A -- Nodes that are set as 'Default' in the 'Log and Event Monitoring'…
-
Just to add traffic here to boost visibility: I am also experiencing the issue. I added a comment to the GitHub bug: https://github.com/solarwinds/OrionSDK/issues/264#issuecomment-867020656
-
SolarWinds Orion Core Services 2020.2.5 (on 3 engines: 1 main, 2 additional) Thank you!
-
Hi Kevin, Thanks for looking at my question The loop I wrote had that as one of the tests. The loop was just to show the different methods I tried (I first tried them all individually). Unfortunately, even using your example (changing the Node IDs to match mine) doesn't work.
-
Hi Anandsharma, I'm not sure then. Perhaps restarting services will help. Other than that maybe SolarWinds support can assist.
-
Hi Anandsharma, I'm not sure then. Would you be able to post screenshots of every step? Maybe we can identify if something is missing that way.
-
Looking at mine, in PerfStack, the name of the group that shows up in expandable section is the same as the name of the group that the UnDP pollers are in. I'm thinking that might be a required step. If you go back into the UnDP configuration for the individual poller, you can change the name of the group there and it will…
-
Sorry, looks like I skipped documenting a step in my instructions. I'm guessing that the poller isn't assigned to your nodes yet. Do this: In Orion Universal Device Poller, click on the "Assign Pollers" button. Select the pollers you intend to assign to your nodes in the window that opens: Click "Next" and then select the…
-
Hi Anandsharma, Can you post the images into the reply using the 'insert photos' option?