Apache plugin unit tests and README

This commit is contained in:
Cameron Sparr
2015-11-13 12:51:37 -07:00
parent 0f036d6bec
commit b975419bc7
7 changed files with 165 additions and 34 deletions

View File

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