1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-26 22:30:24 +02:00

miflorad: add support for influx MQTT message format in addition to graphite

This commit is contained in:
cn
2019-01-02 12:57:26 +01:00
parent 0cd41a924d
commit 72dfaa8ed2
4 changed files with 199 additions and 20 deletions

View File

@ -24,6 +24,7 @@ build: cmd/miflorad/miflorad cmd/munin-miflora/munin-miflora cmd/munin-miflora-g
.PHONY: test
test: build
cd cmd/miflorad && go test -v -race && cd ../..
cd common && go test -v -race && cd ..
.PHONY: remote-run