Last active
July 11, 2017 08:07
-
-
Save SuperQ/68c38d548c8766f11ccb50603aa5c8e9 to your computer and use it in GitHub Desktop.
Basic static Prometheus config
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
scrape_configs: | |
- job_name: freeswitch | |
metrics_path: / | |
static_configs: | |
- targets: | |
- freeswitch1:6780 | |
- freeswitch2:6780 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment