Juniper / open-nti

Open Network Telemetry Collector build with open source tools
Apache License 2.0
233 stars 93 forks source link

Support for multiple openconfig hosts #201

Closed mcaulifn closed 6 years ago

mcaulifn commented 6 years ago

What is the correct syntax to use for multiple routers within the OpenConfig section?

telegraf.tmpl

[[inputs.jti_openconfig_telemetry]]
  server = "192.168.122.32:50051"
mcaulifn commented 6 years ago
servers = [
    "router-a:50051",
    "router-b:50051"
]