Fixed apache.go

This commit is contained in:
Alexander Oleinik
2015-08-29 09:35:00 +00:00
parent a1a5a5183a
commit 9acf7f688a

View File

@@ -81,7 +81,7 @@ func (n *Apache) gatherUrl(addr *url.URL, acc plugins.Accumulator) error {
switch key {
case "Scoreboard":
n.gatherScores(part, acc)
n.gatherScores(part, acc, tags)
default:
value, err := strconv.ParseFloat(part, 32)
if err != nil {