Hi everybody,
We have a number of new devices to be added to Solarwinds and they have different pollers to measure temperature, power phases and humidity. All these are custom pollers that should be added/enabled by the script too.
The challenge here for me is to find a way to add a particular poller, say I have OID 1.3.6.1.2.1.33.1.3.3.1.4.1 and the last .1 is a row on a table that gives me the value I need. So in general the OID to look at is 1.3.6.1.2.1.33.1.3.3.1.4 and then I'll take values for rows 1,2,3 and son on.
The other challenge is to add a transform for certain pollers that need and I'm clueless about that
What would be the API to achieve this? How can I add a custom poller and a Transform in Solarwinds via code?
I believe that, once assigned the poller, I can add new nodes and assign those pollers with no issues at all.
Any hint/explanation will be appreciated. (I'm using Python as a first option but I can switch to PowerShell if it is easier).
Thank you!
-RG-