changed holly to hollister

This commit is contained in:
Radar231 2023-09-11 15:33:12 -04:00
parent 40fa12bf4d
commit 1719065491
1 changed files with 4 additions and 4 deletions

View File

@ -84,18 +84,18 @@ scrape_configs:
# is not covered by the certificate (not in the SAN list)
server_name: 'skutter02'
- job_name: lxd-holly
- job_name: lxd-hollister
metrics_path: '/1.0/metrics'
scheme: 'https'
static_configs:
- targets: ['holly.lan:8444']
- targets: ['hollister.lan:8444']
tls_config:
insecure_skip_verify: true
ca_file: 'tls/holly-server.crt'
ca_file: 'tls/hollister-server.crt'
cert_file: 'tls/metrics.crt'
key_file: 'tls/metrics.key'
# XXX: server_name is required if the target name
# is not covered by the certificate (not in the SAN list)
server_name: 'holly'
server_name: 'hollister'
# EOF