Comments
-
Why is it so hard to get this extremely necessary feature added?
-
I don't understand how this isn't a feature yet. My DFM Provider (Unified Manager) sees the NetApp replication and status. Why can't Solarwinds just pull that data in along with all of the other data it's getting from Unified Manager. Seems easy enough to add this in there.
-
Where can I find "Total Size: Percent Change 24 Hrs" in 2020.2.6??
-
The ability to integrate with ServiceNow Event Management would be very helpful!!
-
Bump. This thread is unbelievable. Is there seriously no proper solution here?
-
Call me dumb, but I cannot get an image to insert in my disccussion post. How do I do this? Can I not upload from my local computer?
-
How do I UPVOTE this? I'm running 2020.2 and I'm blown away this hasn't been made available yet. Anyone have a work-around for this without granting everyone Admin access just to manage dependencies?
-
@"marcrobinson" Thanks for the input! I was able to extract the checks with postman and even able to post a new check. Now my struggle is formatting the check output from the environment I want migrate so it will POST and create the checks in the new account. I have around 200 checks so filtering the output is tricky. I…
-
That's what I was looking for! Not sure how I overlooked that. Thanks!
-
Thanks for the responses. Just before your first response, I was able to determine the problem was related to the swql query. I think it was something related to the AND or OR statement. I simplified the query a bit and was able to use the powershell script as is. All is good now. If I have a moment I may try to pinpoint…
-
Yes, the Out-Gridview works fine and displays all of the volumes I'd expect to see from the query. I have another script where Remove-SwisObject works fine with pipeline so I'm a bit stumped on why this particular script doesn't work. Is there another powershell function I could use to delete volumes in bulk?
-
Thank you! The output is exactly what I was looking for. Now I'm having an issue with my Powershell to remove. See the error below and my PS script. The $uris output is correct. A quick search shows this may be related to not using swis v3? Could you advise on how to properly state my endpoint if this is the case?…
-
I think you're right about this. I'm working on a powershell script with sql query written in, then the data massaged in the powershell script to be used by a SAM component.
-
@"jm_sysadmin" Sure, and thanks! First off, the query IS NOT being run against the Orion DB. It would be run against a different DB on a SQL server not associated to Orion other than it being added as a node in Orion. Below is an example of the output the query may return. It could have more rows or it could have no rows…
-
I should have mentioned that the SQL DB I want to query is not the Orion DB. It's a SQL server part of another environment. Is it still possible to do this?
-
@"jan.rachwalik" I would like to pickup where this left off. Would the endpoint for API polling of the RDS instance be the RDS instance endpoint itself? If yes, I can get past the authentication stuff. My question is what the POST request would look like? Do you have any examples for grabbing some basic metrics of the RDS…
-
I hope to see an update on this as well. Same issues here.
-
Nevermind! I just realized there is a "Multi Edit" option for the components.
-
@"christopher.t.jones123" Follow up question to this... I am trying to pass the SWQL into an alert message as a variable. The output works fine as a query. The query gives me multiple output rows for the members, as expected. However, when placed as a variable in an alert message it seems to only show one row of output.…
-
Exactly what I needed! I can tweak it from here. Much appreciated!!
-
Patches and hotfixes seem to line up for my environment as well. However, it's interesting that there are reports of this in Thwack from farther in the past. I'd be interested to know if a reboot of your MPE fixes your issue so I know that's actually what fixed it for me.
-
Hold up.... As I was typing up my response nd going into SWQL Studio to get the version, I found that the issue has resolved itself. I rebooted our MPE in attempt to fix another issue yesterday evening. That's the only thing I can think of that may have resolved it.
-
Yes, but I will say that I don't believe this is an issue at the location of SWQL Studio. I have the Orion SDK and SWQL installed in a few locations with various hotfix levels and they all have the same issue, including the MPE where I point SWQL to. My coworker who uses SWQL also has the same issue. If you suspect…
-
I am also suddenly having this same error. Solarwinds support kicked me to the curb and told me to post here. Anyone know the solution to this? I made a post in most recent release in GitHub as well.
-
Your group idea is not bad. I think that seems like the best solution I can think of. I will use this. Thanks!
-
This is a tough one. The results of the query have a URI and DisplayName column, but still show the duplicate network disk volumes across the hosts. Each URI is distinct because apparently each datastore has a unique VolumeID in the URI for each host. I'm beginning to think this isn't possible because the networkdisk…
-
Fun indeed! Yes, all datastores are named exactly the same across all the hosts. The output is the same across hosts- all volume usage is exactly the same. See below for an example…
-
Found my answer here: https://thwack.solarwinds.com/product-forums/ip-address-manager-ipam/f/forum/35680/ipam---dhcp-and-dns-windows-service-account-permissions/103891
-
I think I understand what you're saying. By override, you mean I can edit the assigned template and change the Instance and Catalog fields. Am I right? Assuming I am following what you're saying, I think that would work. However, what if the server I have the template applied to has more than one Instance? I guess I could…
-
Actually, you're spot-on. The problem I was having was with the "If a match was found" setting. I had it set to Down, and that was the wrong setting for my scenario. I actually changed it to "Based on Event Count" and it solved my problem. I can see how UP would also work.