Cross platform support for the 'processes' plugin

closes #798
This commit is contained in:
Cameron Sparr
2016-03-08 11:42:31 +01:00
parent 5ffa2a30be
commit 2f45b8b7f5
7 changed files with 384 additions and 38 deletions

View File

@@ -68,7 +68,7 @@ telegraf -sample-config > $tmpdir/config.toml
exit_if_fail telegraf -config $tmpdir/config.toml \
-test -input-filter cpu:mem
mv $GOPATH/bin/telegraf $CIRCLE_ARTIFACTS
cat $GOPATH/bin/telegraf | gzip > $CIRCLE_ARTIFACTS/telegraf.gz
eval "git describe --exact-match HEAD"
if [ $? -eq 0 ]; then