Add open file descriptor monitoring (#5655) (#5656)

automerge
This commit is contained in:
mergify[bot]
2019-08-26 15:44:47 -07:00
committed by Grimes
parent a86dc44c96
commit fe419db5b4
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