I try to POST a simple request to InfluxDB to know "How much VMs are UP ?" in my Grafana Dashboard.
I think I go wrong somewhere, because my value is not reachable.
It's my cURL command :
curl -i -XPOST 'http://server:8086/write?db=DBname' --data-binary 'vm_up value=14 1448596134'
If a key is necessary, it can be "server=dom0".
Can you help me ?
Thanks =)