My customer wants to perform a Solarwinds integration with OI.
I checked the documentation at Integration with Third-Party Products and inbound integration, the question is:
Are there some previous experiences documented?
The current docs has steps by steps to set up SolarWinds Restmon integration with OI
OI SolarWinds Restmon integration
Found other guidelines for these integrations:
- Consider stopping the metric instance and have the alarms instance alone as there seems to exist some limit on the number of URLs that can processed by SolarWinds at a time
-"httpclientMaxConnections" : 1, in the restmon.json, so only one connection at a time to solarwinds. What is set in the metric restmon instance setting for this parameter as opposed to the alarms instance?
-If there is only one connection at a time, and each is taking 30sec -- it will be like 100x30=3000sec=50min for all requests, (As we have 100 requests going from restmon
to SolarWinds.)
- You may want to consider setting httpclientMaxConnections to 100
- Try setting http timeout to 60 seconds instead of 59