Documentation

This commit is contained in:
Michael Vines
2018-08-27 09:13:53 -07:00
parent 0efd64df6f
commit 31d1087103
9 changed files with 27 additions and 1 deletions

View File

@ -1,4 +1,7 @@
#!/bin/bash -e
#
# Send a metrics datapoint
#
point=$1
if [[ -z $point ]]; then