Comments
-
As a new person to forms in general, this was a nice tutorial. Thank you.
-
This might be my favorite Monthly Mission ever... Unless a Doctor Who Themed one shows up....
-
Hey I can consistently log in for the first time since the last migration... +10 points.
-
azoverall ktuter KMSigma tanner.kay ftoh drb0308 Found it!
-
ktuterazoveralldrb0308ftoh We were just talking about this. Maybe we need to nudge this up a bit more.
-
Sorry, I meant I found the Feature Request. Our team was talking about creating a new request, and KMSigma said that he thought there was one around.
-
You all saved my bacon today! After a bit of trial and error, I came out with this script to run on our 20+ systems. Thought I'd share. Workaround - Oracle .Net Framework Data Provider Error - Scripts - The Orion Platform - THWACK (solarwinds.com)
-
I took all this awesome info and made a simple script to do the work. I shared it here: Fix SAM PowerShell Remoting - 2022.4 - Scripts - The Orion Platform - THWACK (solarwinds.com)
-
Are you looking for Active Tunnels Metric? Looks like the same OID. We are using a SAM Monitor for it and had trouble until we did Get Next: 1.3.6.1.4.1.25461.2.1.2.5.1.3 instead of Get : 1.3.6.1.4.1.25461.2.1.2.5.1.3.0 Same with some APC Temp Sensors but I doubt that applies. Ha.
-
Hi sstark85, Did you ever find a resolution to this? I have confirmed that we are exactly where tdanner and you troubleshooted to.
-
Yup. So just for the general info and for anyone who might find it useful... The Developer I worked with had me log in as the 'admin' account instead of our AD Account, and It loaded just fine. He then had me delete the follow from the 'View Types' Section of the EOC Webiste config file (default)under…
-
Case # 00141619 Just Pending a LeapFile to submit the Diagnostics. Thanks!
-
I posted the entire comparison of local account vs ad account above, but here is the call: curl https://<ORIONSERVER>:17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT+IPAddress+FROM+Orion.Nodes -k -v -u <DomainUser>
-
I just did the upgrade, All went well, no errors. In total, took about an hour. However I have the same issue as Cory.Cousins. Unexpected Website Error - The Settings Property 'EOC.SummaryViewID' was not found. If I click 'Return to Home' or the Link in the top left, I get this error. I can not get to any of the EOC…
-
Thanks for the reply Serena, I have voted on that one.
-
You are correct, however you are using the Get-SwisData commandlet, We have no problem using the commandlets. The problem is using a straight curl command (of course the ps equivalent of Invoke-WebRequest) Just some Background info... For my issue, we were looking to build a web app for our operations team to unmanage…
-
Mike, Yeah we created custom report that shows us the Currently Unmanaged Devices. I think someone else modified some code they found in the community in order to accomplish our goals. I just shared it in the content exchange: https://thwack.solarwinds.com/docs/DOC-192739 It’s just a SQL Query so it’s possible to edit it…
-
I just got off the phone with SW Support. Turns out one of the users had disabled the Audit Trail. *Facepalm* Just in case anyone else needed this, You can check if Audit Tail is enabled by going to All Settings -> Web Console Settings -> Check the Box. Thanks for everyone's help!
-
I would be very interested if you get that answer. We've been unable to find a versatile solution to this still.
-
Yeah agreed, I can't find anything OOB. The script is my current solution, although We don't add all interfaces to start with so simply pulling their names wont be a full picture. So I'm adding in a prerequisite that will rediscover all the interfaces on the node, then parse the name, add/remove interfaces as directed,…
-
I Did actually. We submitted case 46943, and if diagnostic logs are linked to the Ticket on your end, There should be two sets. The original Diagnostic logs from the day of the crash, and a expanded set with Debugging turned on. Feel free to PM me if you need any specifics. I'd love to help as much as I can. Thanks!
-
serena What has always gotten me about this however is that whatever discount is offered for a lab licence is ONLY on the INITIAL Purchase price. I still have to plan thousands of $$$ for added maintenance. And with a large(er) Deployment: 3 Primary, 9 APEs 3 AWS, With: NPM SLX, SAM SLX, NCM SLX, NTA SLX, VMAN192,…
-
In a slightly unrelated topic, We had a conversation the other day about doing this so that when ever we might need to switch hardware we could swing a name over and not break everyone's bookmarks. I know there are "better" options but really, it seems useful.
-
This is a great explanation and general outline. I'm sure it's paperwork outlines this too, but this makes it plain. Thanks!
-
So We tried again with Basic Authentication but it still isn't working, I'm hoping maybe this will help? Local account works fine: C:\Users\zbg6fg>curl <ORIONSERVER>:17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT+IPAddress+FROM+Orion.Nodes -k -v -u <LocalAccountUSERNAME> Enter host password for user…
-
Excited to try this out. We built a new system that is identical (Same VM Host, Vlan, Resources....) as our Production EOC and we'll give the RC a shot there. See if we can get the pass-though authentication to work.
-
No particular reason, it is just the current process. We monitor by SNMP unless a need arises to monitor otherwise. If you have any, I'd love to see resources as to why the default for windows should be WMI. Maybe I can gather enough material to convince the higher-ups.
-
Thank you! I've been racking my brain for a work around here. Hopefully this gets fixed asap.
-
That's exciting to hear! I'm actually scheduled to put EOC 2.1 into QA This Friday. I'll let you know how it goes.
-
Not Really. I couldn't find a reason behind this so Instead I now have the alert call a PowerShell script that uses the Curl Commands instead. The big disadvantage to this work around however is that the Curl command need credentials to be defined where the SWIS calls I could use the Trusted. Works for now but i'm still…