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 bitcharmer committed Oct 18, 2019
1 parent 56fe0fa commit 5ecd943
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 5ecd943

Please sign in to comment.