Skip to content

Instantly share code, notes, and snippets.

@wenjianhn
Created August 25, 2015 08:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wenjianhn/ea0d932e2f5b58a31afe to your computer and use it in GitHub Desktop.
For monitoring MidoNet
global:
scrape_interval: 15s
scrape_timeout: 10s
evaluation_interval: 15s
rule_files:
- /prometheus.rules
scrape_configs:
- job_name: prometheus
scheme: http
target_groups:
- targets:
- 172.17.42.1:9090
- job_name: jmx_scraper
scheme: http
target_groups:
- targets:
- 172.17.42.1:7201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment