8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
|
|
# 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",
|
||
|
|
]
|