remove unneeded variable
This commit is contained in:
parent
85ee93aec3
commit
5c0962e12b
|
@ -20,7 +20,6 @@ start () {
|
|||
report () {
|
||||
local metric=$1
|
||||
local value=$2
|
||||
local points
|
||||
local data="$metric,$__influxdb_hostname value=$value"
|
||||
curl -s -X POST $INFLUXDB_API_ENDPOINT --data-binary "$data"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue