Comments
-
This is excellent! I was able to reverse engineer your query and make it work for interfaces. The below query will return interfaces that are unmanaged, when the node is NOT UNmanaged. SELECT 'Unmanaged' as [Status] ,n.Caption AS [Node] ,i.interfacename as [Interface] ,tostring(tolocal(i.UnManageFrom)) AS [From] ,case when…
-
Bonus if it reports what the request was.
-
The events table is showing as the second largest at 1.4GB, with NCM_CacheDiffResults at 1.7GB. Default settings of 30 day retention. I am monitoring the subproduction to API enviornment change first (scripted to disconnect before future clonings). If there are more incidents after that change, I will reduce retention from…
-
dmartzall have you noticed any errors with recent versions of ServiceNow and the JavaScript connector? How did you get around them if so?
-
This does not work for me. I have had this issue going back several versions, to be honest, I don't even know what the resource is supposed to look like.
-
Looking at these I would be curious, is your events table unusually large? -Define unusually large. Is it large by my standards? Yes. Number of devices in monitoring alone make this table large. Has the database maintenance been running successfully? -Tables were heavily fragmented, not the events table though. This has…
-
Sounds to me like you are having a communication issue between the APE and the primary server. I would start with a tool like psping to make sure the ports are in fact open. You can run it from the APE and connect to the primary server. If you moved an existing server is it possible you now have different group policies…
-
Create event rules in SNOW, and a matching alert action rule, or possibly task template if you are linking them to incidents. One Solarwinds alert can be broken out into different items in SNOW.
-
If you are referring to the online documentation that meraki posts, yes it is extremely helpful, however you may find its' updates lag behind a little. Call Meraki and make sure the docs are up to date. They have previously made changes to the port requirements for Meraki to communicate with the dashboard. This may affect…
-
Solution 2: Uninstall kb4284880 I have been struggling with this for a week. I have one 2016 APE, 1 2012 R2 primary, 3 2012 R2 APE's, and 1 2012 R2 AWS. KB4103720 was replaced by the June rollup, KB4284880, after uninstalling this one from the problem server (Windows 2016), I was immediately able to edit nodes again. No…
-
Turned out to be issues with our proxy server.
-
er.vansh17091 I have to configure traps from Control M for alerting as well, what versions are you using? And how did you configure Solarwinds to create alerts based on those traps?
-
I had to delete the monitor from SAM settings, and add it again through list resources.
-
I have 29 recorded events of a similar error occurring. In each scenario, SQL deadlocking is occurring at the same time. Restarting the pollers involved in the deadlock works as a temporary fix. This completely takes out all monitoring.
-
I have this issue as well, clean install in a test envrionment. I noticed that automated scans work as expected, but manual scans queue up and do not start. A queued manual scan will also prevent the automated scan from being scheduled.