Created
August 18, 2015 21:42
-
-
Save mrwacky42/e356a6116fcd1cb194f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- job_name: node | |
consul_sd_configs: | |
- server: 'consul:8500' | |
services: ['node'] | |
relabel_configs: | |
- <same stuff> | |
- job_name: rabbit | |
consul_sd_configs: | |
- server: 'consul:8500' | |
services: ['rabbit'] | |
relabel_configs: | |
- <same stuff> | |
- job_name: elasticsearch | |
consul_sd_configs: | |
- server: 'consul:8500' | |
services: ['elasticsearch'] | |
relabel_configs: | |
- <same stuff> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment