started support for more then node exporter
This commit is contained in:
parent
246842b66e
commit
0494c4907a
4 changed files with 15 additions and 13 deletions
|
|
@ -3,10 +3,14 @@ prometheus_agent:
|
|||
mode: stunnel
|
||||
manage: yes
|
||||
pki: ~
|
||||
args:
|
||||
'web.listen-address': "[::1]:9100"
|
||||
agents:
|
||||
nodeexporter:
|
||||
args:
|
||||
'web.listen-address': "[::1]:9100"
|
||||
proxy:
|
||||
mappings: {}
|
||||
scrape_timeout: ~
|
||||
scrape_interval: ~
|
||||
scrapers: {}
|
||||
ansible_groups_as_labels: False
|
||||
labels: {}
|
||||
scrape_timeout: ~
|
||||
scrape_interval: ~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue