Ad Widget

Collapse

Need some input on a complicated collection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fullmetalpk
    Junior Member
    • Apr 2023
    • 1

    #1

    Need some input on a complicated collection

    Hello everyone,

    I am currently debating between different tools to migrate our In-house monolith software that is responsible for collecting data from over 10000 network devices.

    One of the key points we need to be able to do is chained lookups. I found a nice post explaining this in the following link. It is for a different tool, but it will explain what I am talking about: https://github.com/prometheus/snmp_exporter/issues/405

    I am not looking for an answer on how to do this collection, I just need a direction to documentation to make sure that this is something that can be done in a modern and robust way, for example python scripts that can be part of CI/CD pipeline etc etc.
    I found this on github that seems to be covering that case:https://github.com/sniffer80/Cisco.QOS.SNMP.For.Zabbix . Is this implementation a best-practice on how these kinds of collections should be done? If I understand correctly, you just create a python script that does the job and then add an xml that takes the data and plots them on a custom template?

    Thank you for your time
Working...