Skip to content

Commit

Permalink
Fix toml option name in nginx_upstream_check (influxdata#5917)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryilyin authored and Mathieu Lecarme committed Apr 17, 2020
1 parent 9ad5ed5 commit 9d6932a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const sampleConfig = `
const description = "Read nginx_upstream_check module status information (https://github.com/yaoweibin/nginx_upstream_check_module)"

type NginxUpstreamCheck struct {
URL string `toml:"uls"`
URL string `toml:"url"`

Username string `toml:"username"`
Password string `toml:"password"`
Expand Down

0 comments on commit 9d6932a

Please sign in to comment.