Skip to content

Instantly share code, notes, and snippets.

@ZaneA
Created June 12, 2015 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZaneA/0404067e1b2a0fc6161d to your computer and use it in GitHub Desktop.
Save ZaneA/0404067e1b2a0fc6161d to your computer and use it in GitHub Desktop.
Saving events into InfluxDB(?) to be rendered with Grafana(?)
#!/bin/sh
curl -X POST -d '[{"name": "events", "columns": ["title", "tags", "text"], "points": [["Title", "one|two", "Text"]]}]' 'http://localhost:8086/db/events/series?u=admin&p=admin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment