#jinja2: lstrip_blocks: True --- global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. scrape_configs: - job_name: 'awx' static_configs: - targets: # metrics are broadcast to all nodes in the cluster, # so no need to track nodes individually. - awx1:8013 metrics_path: /api/v2/metrics scrape_interval: 5s scheme: http params: format: ['txt'] basic_auth: username: admin password: {{ admin_password }}