Skip to content

Instantly share code, notes, and snippets.

@thienn1107
Created November 15, 2018 08:39
Show Gist options
  • Save thienn1107/31d6b45a9e1c6236a4d682d805c80c61 to your computer and use it in GitHub Desktop.
Save thienn1107/31d6b45a9e1c6236a4d682d805c80c61 to your computer and use it in GitHub Desktop.
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