11 lines
294 B
Text
11 lines
294 B
Text
|
# Fetch metrics from a CSGO SRCDS
|
||
|
[[inputs.csgo]]
|
||
|
## Specify servers using the following format:
|
||
|
## servers = [
|
||
|
## ["ip1:port1", "rcon_password1"],
|
||
|
## ["ip2:port2", "rcon_password2"],
|
||
|
## ]
|
||
|
#
|
||
|
## If no servers are specified, no data will be collected
|
||
|
servers = []
|