mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
8 lines
196 B
YAML
8 lines
196 B
YAML
|
scrape_configs:
|
||
|
- job_name: puppetdb
|
||
|
puppetdb_sd_configs:
|
||
|
- url: http://puppet
|
||
|
query: 'resources { type = "Package" and title = "httpd" }'
|
||
|
bearer_token: foo
|
||
|
bearer_token_file: foo
|