jm-es ✭✭✭✭✭

Comments

  • They recommend a max of 10000 SAM component monitors per polling engine. I am not sure if that level is less for the main server though. This may contain a link to the answer to your question. documentation.solarwinds.com/.../sam-application-monitor-polling-recommendations.htm
  • I've been using the PowerShell secure credential pairing from one of your excellent scripts/tutorials you've provided in the past so that I don't expose the credentials in command history. $SwisHost = "solarwinds.contoso.com" $SwisCreds = Get-Credential -Message "Enter Orion credentials to connect to '$SwisHost'"…
  • How did it go? I am building out discovery profile creation scripts in PowerShell also. Samples of XML containing some varieties of AutoImportExpressionFilter XML for InterfacesDiscoveryPluginContext would be great. The introduction of HCO licensing has meant that getting discovery setup flexible enough to roll out to more…
  • Thank you - that produced a list of all alerts ever that used the ServiceNow integration - but it did expose the guts of what was set per alert = will help me build a SWQL query join info to the Orion.AlertConfigurationsCustomProperties. Thank you!