Configuration

global:
  scrape_interval: 15s
  scrape_timeout: 10s
  evaluation_interval: 1m
  external_labels:
    monitor: ipcheck
rule_files:
- /etc/prometheus/prometheus.rules.yml
scrape_configs:
- job_name: app
  honor_timestamps: true
  params:
    action:
    - metrics
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /
  scheme: http
  static_configs:
  - targets:
    - ipcheck-api.ithemes.com
  basic_auth:
    username: api
    password: <secret>