Basic and common queries to influx db
precision rfc3339 // Comon query SELECT * from "statsdemo"."ninety_day"."watchtower" where host='fernelius' order by time desc limit 5 // Remove a series from a target hosts drop series where host='skynet'