8 lines
196 B
Text
8 lines
196 B
Text
|
# Read metrics off Arista LANZ, via socket
|
||
|
[[inputs.lanz]]
|
||
|
## URL to Arista LANZ endpoint
|
||
|
servers = [
|
||
|
"tcp://switch1.int.example.com:50001",
|
||
|
"tcp://switch2.int.example.com:50001",
|
||
|
]
|