1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Remove existing yml file for prometheus

This commit is contained in:
Alan Rominger 2022-06-16 15:37:18 -04:00
parent 1dd535a859
commit 173318764b
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -1,18 +0,0 @@
---
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: ['awx1:8043'] # or haproxy:8043 in cluster env
tls_config:
insecure_skip_verify: true
metrics_path: /api/v2/metrics
scrape_interval: 5s
scheme: https
params:
format: ['txt']
basic_auth:
username: awxuser # change this
password: password # change this