Fix/remove unused influx db
1 unresolved thread
1 unresolved thread
Compare changes
Files
6- Karim Ahmed authored
bin/cal_influx_feeder.sh deleted
100755 → 0
+ 0
− 9
curl -i -XPOST 'http://exflqr18318:8086/write?db=calstats' --data-binary "characterize_load,host=$host_name,detector=$detector,cal_type=$caltype cpu=`cat /proc/loadavg | cut -f1 -d' '`,mem_used=`free | tail -2 | head -1 | tr -s ' ' | cut -d' ' -f3`,mem_free=`free | tail -2 | head -1 | tr -s ' ' | cut -d' ' -f4`"