forked from bitlair/ansible
monitoring: Run on dashboard.bitlair.nl
This commit is contained in:
parent
ccd715ac11
commit
e1be9a0781
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
monitoring_domain: monitoring.bitlair.nl
|
||||
monitoring_domain: dashboard.bitlair.nl
|
||||
monitoring_bootstrap_cert: no
|
||||
acme_domains:
|
||||
- "{{ monitoring_domain }}"
|
||||
acme_san_domains:
|
||||
- ["{{ monitoring_domain }}", monitoring.bitlair.nl]
|
||||
|
||||
prometheus_scrape_configs:
|
||||
- job_name: "node"
|
||||
|
@ -26,8 +26,8 @@ prometheus_scrape_configs:
|
|||
- https://git.bitlair.nl
|
||||
- https://pad.bitlair.nl
|
||||
# Legacy
|
||||
- https://dashboard.bitlair.nl
|
||||
- https://wiki.bitlair.nl
|
||||
- https://portal.bitlair.nl
|
||||
relabel_configs:
|
||||
- source_labels: [__address__]
|
||||
target_label: __param_target
|
||||
|
|
Loading…
Add table
Reference in a new issue