Comments
-
Fail on my part. I saw the reset and didn't recheck the hint, just answer based on the old information.
-
So, after upgrading I have several people in a Windows group being unable to login now. They are getting "Windows Account Not Authorized". Anyone else seen this, anyone know how to fix it?
-
Disappointing but not at all unexpected from Solarwinds...
-
Not to post to a zombie thread, but I'd really like this option. I'm surprised that there are so few votes.
-
More of an FYI since its clearly a typo, all the these SWUGs are listed as in 2019.
-
I agree Monday's question's "correct" answer seems very incorrect to me also. The "correct" answer seems to indicated the opposite by the hint's document.
-
Yeah I sure that failure on me. I using the old data to answer the new question. Once I rechecked the demo, I found that data had changed. I complaining about my personal failure, not a failure on the question writer's part.
-
It's important to remember in Solarwinds World trusted systems = rogue devices Odd because the name indicates differently, but it is what is.
-
-
Read the question again. "Which of the below options most accurately details the different rogue devices you need to be aware of?" It says "different rogue devices", not possible rogue devices (the question would actually been good for the "correct" answer with that wording). It says "different rogue devices", not rogue…
-
Support resolved my issue by having us enable LDAP via the Advanced Active Directory Setting. Not sure if that will help you but I thought I pass it along.
-
BTW, you can go in the DB and delete the related rows so you can create the single users. I'm waiting for an AE to review my logs and hopefully fix the problem, but if that doesn't happen soon I am gonna have to bandaid this. I plan to export the 'Accounts' table and convert all the Windows Group users to single users. It…
-
I'm also wondering what the "correct" answer is supposed to be.
-
I think something is wrong with the new platform. Somehow I was automatically signed into another person's account. UPDATE: I was able to logout and login back into my account. Just a little concerned about logging in as another user. Looks like the problem is not unique to me based on the messages in this thread.
-
At end of the day, my job is do what I have been directed to do. It's not to worry about the intended purpose of the function or what will happen after I move on from a role. Ideally, I wish something was built-in to deal with this problem, but there isn't one. There is a report provided to the teams, but I cannot make…
-
That's a great idea, however I am still in talks with management to change our current dashboard. In particular, upper management gets pretty unset when anything changes. I would prefer that to creating an API script that runs on the server but I feel that management directives will force my hand and I'll have to do the…
-
Concerning indeed, I was pushing for upgrading myself. Hope these issues get worked out.
-
That's exactly why I am trying to find a solution. I got called into my boss' office to explain why monitoring was broken. It wasn't broken, but a tech had muted a node forever and thus it never alerted. I'd love to just disable the mute and unmonitor option entirely (not the schedule part, just forever part). I've thought…
-
Ah ok.... that makes sense. I'll have to find another solution. Thanks!
-
I got it figured out. Thanks to @"monovex" (https://thwack.solarwinds.com/t5/SAM-Documents/Custom-Sparkline-Charts/ta-p/520283) Also thanks to @"mesverrum" @"tszilagyi" (https://thwack.solarwinds.com/t5/SAM-Discussions/Possible-to-embed-SWQL-inside-of-custom-HTML/td-p/92494) <!DOCTYPE html> <html> <body> <p…
-
I think that this will be a very interesting product once the Alert Integration is completed.
-
I would also be interested in seeing an answer to this.
-
Cisco Firepower 4100/9300 FXOS MIB Reference Guide - Cisco Not sure if this was what you were looking for, but it seems like a good jumping off point.
-
Not sure if it has everything, but here is a pretty long list. https://support.solarwinds.com/Success_Center/Orion_Platform/Knowledgebase_Articles/Supported_vendors_and_devices_added_in_Orion_Platform_2018.2
-
Ok everyone, I appreciate all the attention this got and with some additional time to think about it, I got it figured out. I just needed to target the audit events opposed to the nodes themselves. SELECT * FROM [dbo].[AuditingEvents] Where AuditingEvents.AuditEventMessage like '% muted alerts on %' and TimeLoggedUtc >…
-
You may need to remove the entries from your database (assuming that that haven't already aged out). https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/Knowledgebase_Articles/Remove_Duplicate_… Using the link above, follow these instructions (instead of removing duplicate you are removing old…