Skip to content

Instantly share code, notes, and snippets.

@ipedrazas
Forked from marcusdb/push_node_exporter.sh
Created March 16, 2018 15:08
Show Gist options
  • Save ipedrazas/4e2195390c4967bdfe0501b67c70476d to your computer and use it in GitHub Desktop.
Save ipedrazas/4e2195390c4967bdfe0501b67c70476d to your computer and use it in GitHub Desktop.
push node_exporter metrics to push gateway
curl -s http://localhost:9100/metrics | curl --data-binary @- http://pushgateway.example.org:9091/metrics/job/some_job/instance/some_instance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment