mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-10 03:59:41 +00:00
ignore certificates
This commit is contained in:
parent
a5962ecadd
commit
6c6e2ee938
|
@ -79,5 +79,7 @@ scrape_configs:
|
|||
scrape_interval: 60s
|
||||
metrics_path: /api/prometheus
|
||||
scheme: https
|
||||
tls_config:
|
||||
insecure_skip_verify: false
|
||||
static_configs:
|
||||
- targets: ['192.168.1.126:8123']
|
||||
- targets: ['192.168.1.126:8123']
|
||||
|
|
Loading…
Reference in a new issue