Created
November 15, 2018 08:39
-
-
Save thienn1107/31d6b45a9e1c6236a4d682d805c80c61 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
| global: | |
| scrape_interval: 15s | |
| evaluation_interval: 15s | |
| external_labels: | |
| monitor: 'xxx' | |
| alerting: | |
| alertmanagers: | |
| - static_configs: | |
| - targets: | |
| - alertmanager:9093 | |
| rule_files: | |
| - "mem.rule.yml" | |
| # - "second_rules.yml" | |
| scrape_configs: | |
| - job_name: 'prometheus' | |
| # metrics_path defaults to '/metrics' | |
| # scheme defaults to 'http'. | |
| static_configs: | |
| - targets: ['localhost:9090'] | |
| - job_name: 'PROD-NODE' | |
| static_configs: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment