haproxy: update HAproxy docs URL

This commit is contained in:
Marko Crnic 2016-09-08 12:11:24 +02:00 committed by Cameron Sparr
parent 56b627dfe2
commit 4a4a6892f9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
"github.com/influxdata/telegraf/plugins/inputs"
)
//CSV format: https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#9.1
//CSV format: https://cbonte.github.io/haproxy-dconv/1.5/configuration.html#9.1
const (
HF_PXNAME = 0 // 0. pxname [LFBS]: proxy name
HF_SVNAME = 1 // 1. svname [LFBS]: service name (FRONTEND for frontend, BACKEND for backend, any name for server/listener)