kentik / ktranslate

System for pulling and pushing network data.
Apache License 2.0
55 stars 25 forks source link

Feature Request: Monitor OSPF data in Load Balancer Partitions #709

Closed al3kh closed 1 month ago

al3kh commented 4 months ago

Hi, Currently NR does not support pulling snmp metrics from partitions. We are looking for OSPF polling from partitions. Can you please implement this feature for loadbalancer devices. Thanks Alekh SRE Copart

i3149 commented 3 months ago

Sure, would it be possible to share a snmpwalk?

al3kh commented 3 months ago

Hi @i3149 PFA the snmpwalk of the device. Also I am attaching a screenshot where it shows the output after giving the partition with the community string. Screenshot 2024-05-14 063817 10.144.64.25snmpwalk.txt

al3kh commented 3 months ago

@i3149 hi, do we have any update/ ETA on this?

al3kh commented 2 months ago

@i3149 hi, any updates on this issue yet?

i3149 commented 1 month ago

Sorry for the delay. I think you are talking about something like this? https://thwack.solarwinds.com/products/network-performance-monitor-npm/i/feature-requests/a10-layer3-partition-snmp-polling-support

The way I've suggested you make this work with ktranslate before is have one device in the snmp yaml file for each partition. For example,

devices:
  Ladie__3.86.164.113:
    device_name: Ladie
    device_ip: 3.86.164.113
    snmp_comm: snmpstring@1
  Ladie__3.86.164.114:
    device_name: Ladie
    device_ip: 3.86.164.113
    snmp_comm: snmpstring@2

ktranslate will poll these separately and NR is smart enough to put them together in the UI. I can't find the issue where people hit this before but I believe its working for them.

i3149 commented 1 month ago

Gonna close this but feel free to re-open if this doesn't get what you want.