Compare commits

..

No commits in common. "master" and "v0.6.12" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ const (
// FIXME: Not very strict
IPv6RE = `(?:(?:[0-9a-fA-F]{1,4}\:){7})[0-9a-fA-F]{1,4}`
HostRE = `([0-9A-Za-z\-\_\.]*)`
ProcessRE = `(slapd\[[0-9]{1,7}\])(?:\:)?`
ProcessRE = `(slapd\[[0-9]{1,5}\])`
// group[4]
ConnIdRE = `conn=([0-9]{4,10})`
ConnFdRE = `(?:fd=([0-9]{1,10}))?`

View File

@ -129,7 +129,7 @@ var (
File os.File
Writer *bufio.Writer
Version = "0.6.13"
Version = "0.6.11"
BuildInfo = promauto.NewGaugeVec(prometheus.GaugeOpts{
Name: "openldaplogparser_build_info",