Cleanup comments and indentation in config file
This commit is contained in:
@@ -31,14 +31,14 @@ var queries MapQuery
|
||||
var defaultServer = "Server=.;app name=telegraf;log=1;"
|
||||
|
||||
var sampleConfig = `
|
||||
# Specify instances to monitor with a list of connection strings.
|
||||
# All connection parameters are optional.
|
||||
# By default, the host is localhost, listening on default port, TCP 1433.
|
||||
# for Windows, the user is the currently running AD user (SSO).
|
||||
# See https://github.com/denisenkom/go-mssqldb for detailed connection parameters.
|
||||
|
||||
### Specify instances to monitor with a list of connection strings.
|
||||
### All connection parameters are optional.
|
||||
### By default, the host is localhost, listening on default port, TCP 1433.
|
||||
### for Windows, the user is the currently running AD user (SSO).
|
||||
### See https://github.com/denisenkom/go-mssqldb for detailed connection
|
||||
### parameters.
|
||||
# servers = [
|
||||
# "Server=192.168.1.10;Port=1433;User Id=telegraf;Password=T$l$gr@f69*;app name=telegraf;log=1;",
|
||||
# "Server=192.168.1.10;Port=1433;User Id=<user>;Password=<pw>;app name=telegraf;log=1;",
|
||||
# ]
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user