СХ
Size: a a a
СХ
СХ
AN
AN
ST
AN
ST
ST
AN
ST
СХ
СХ
AN
NS
k
vim prometheus.yml
- job_name: 'name'
scheme: https
static_configs:
- targets: 'ip1'
tls_config:
cert_file: cert
key_file: key
ca_file: ca
- targets: 'ip2'
tls_config:
cert_file: cert
key_file: key
ca_file: ca
- targets: 'ip3'
tls_config:
cert_file: cert
key_file: key
ca_file: ca
NS
vim prometheus.yml
- job_name: 'name'
scheme: https
static_configs:
- targets: 'ip1'
tls_config:
cert_file: cert
key_file: key
ca_file: ca
- targets: 'ip2'
tls_config:
cert_file: cert
key_file: key
ca_file: ca
- targets: 'ip3'
tls_config:
cert_file: cert
key_file: key
ca_file: ca
MD
NS