Comments
-
Your code looks good. I executed these two queries after gaining confidence changing individual maps using Displayname like you did. What I did different is to use the AccountID of the old user and set the new user UPDATE [dbo].[Maps_Projects] SET [AccountID] = 'NewUser' WHERE [AccountID] = 'OldUser1' UPDATE…
-
Ok, I solved the issue... The problem was in the content type. We were inserting the proper content type tag of "Content-Type: application/json". This is the tag we use everywhere we do this type of api call. The problem was that SolarWinds only wanted "application/json". So it was failing until we cut the first-half of…
-
Tony, that looks pretty good! I'm still contemplating the design of this dashboard at the moment. This is a management view of the alert activity for a specific group of devices in the environment... Not all devices. This is a management view so acknowledgement isn't an issue. We use another tool for alert escalation…
-
<crickets chirping> I'm sorry that you didn't get an answer... I am here looking for the same thing... Did you ever figure anything out? Keoki
-
Yeah, HA alerting is working really well. So I think I can write an alert for the disappearing interfaces, but I need to know what OID is being used to poll these. How do I find out what OID is used for a specific event in the event logs? If I knew that I would be able to handle any logged event. For my custom pollers I…
-
Ok, I think I figured it out, please comment if this is the correct solution to trigger when stHttpTraffic falls to below 1 for 15 minutes.