1
0
Fork 0

InfluxDB query tool

This commit is contained in:
Gregory Eremin 2014-08-08 18:07:08 +07:00
parent 3beaa97efe
commit 42b71f8e22
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function iq
curl -s -G "http://localhost:8086/db/$argv[1]/series?u=root&p=root" --data-urlencode $argv[2] | jq .
end