duck1 · CCNA · ✭✭✭✭

Comments

  • Thank you very much. Now I just need to see if they give me access to do it through PowerShell.
  •  Where does the "Interface Config" Widget Get the Config Data From? It looks like I'll have to try matching it with a query that searches for the interface within the device's configuration file and ends with an exclamation mark "!"
  • Hi, I already look at solarwindsorion.dbo.NCM_Interfaces, solarwindsorion.dbo.Interfaces, solarwindsorion.dbo.NCM_ConfigInterfaces, solarwindsorion.dbo.NCM_ConfigArchive, solarwindsorion.dbo.NCM_ConfigSnippets by SQL and NCM.Interfaces by Report (https://solarwinds.github.io/OrionSDK/2024.4/schema/NCM.Interfaces.html).
  • Thanks for your idea, I will use it to make an alarm that modifies a custom property and then a job is executed according to that custom property, it is the only way to make it automatic. I would like to comment that in my case, those that fail due to high latency, the login status does not show any timeout, I'm going to…
  • Yeah, I can create a second job for the ones that fail, but the list changes daily. Is there a way to automatically mark the failed nodes and apply the second job only to them? On the other hand, could we also increase the timeout and retry settings for this last job so that they are different from the rest of the jobs?