mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-09 19:49:42 +00:00
more explicit disable
This commit is contained in:
parent
6c6e2ee938
commit
3e1d2eb484
|
@ -80,6 +80,7 @@ scrape_configs:
|
|||
metrics_path: /api/prometheus
|
||||
scheme: https
|
||||
tls_config:
|
||||
insecure_skip_verify: false
|
||||
server_name: "andersens.duckdata.org"
|
||||
insecure_skip_verify: true
|
||||
static_configs:
|
||||
- targets: ['192.168.1.126:8123']
|
||||
|
|
Loading…
Reference in a new issue