Add open file descriptor monitoring (#5655)

This commit is contained in:
Michael Vines
2019-08-26 15:17:19 -07:00
committed by GitHub
parent 6979a17674
commit 81bb208a62
6 changed files with 196 additions and 18 deletions

View File

@ -22,5 +22,5 @@ if [[ -n $INFLUX_HOST ]]; then
fi
echo "${host}/write?db=${INFLUX_DATABASE}&u=${INFLUX_USERNAME}&p=${INFLUX_PASSWORD}" \
| xargs curl --max-time 5 -XPOST --data-binary "$point"
| xargs curl --max-time 5 --silent --show-error -XPOST --data-binary "$point"
exit 0