Deepsea 74xx devices request

Hi team, could you please add support for Deepsea 74xx devices? It’s a gen controller.

Here is the information
Discovery: https://p.libren.ms/view/c3e1b148
Poller: https://p.libren.ms/view/6ed80bdd
SNMP Walk: https://p.libren.ms/view/5c5fb4c3
MIB: https://p.libren.ms/view/5141e8de
URL Vendor: https://www.deepseaelectronics.com/
Any additional information required I will be happy to add.

4 Likes

I was able to generate it on my own. I am attaching the files in case you want to review and add them.

definitions/deepsea74xx.yaml: https://p.libren.ms/view/083ce83a
discovery/deepsea74xx.yaml: https://p.libren.ms/view/ccc7fa1b

The issue i encountered was that when polling more than 4 sensors of the same class (voltage), the values initially looked fine but then dropped to zero (screenshot attached).

I solved it by changing max_repeaters to 1 and max_oids to 2. I attribute this to a poor SNMP implementation on the device.

Any corrections or feedback are welcome. Thank you.

Hi @Gonzalo_Caceres
Could you open a PullRequest on Pull requests · librenms/librenms · GitHub directly, will be easier to check the files, and help you make it ready to be merged.