telegraf/plugins/inputs/radius/sample.conf

12 lines
355 B
Plaintext
Raw Normal View History

[[inputs.radius]]
## An array of Server IPs and ports to gather from. If none specified, defaults to localhost.
servers = ["127.0.0.1:1812","hostname.domain.com:1812"]
## Credentials for radius authentication.
username = "myuser"
password = "mypassword"
secret = "mysecret"
## Maximum time to receive response.
# response_timeout = "5s"