Linter + Dashboard fixes
This commit is contained in:
parent
e1bf3e1765
commit
abc64144a8
44 changed files with 265 additions and 379 deletions
|
@ -1,7 +1,7 @@
|
|||
monitoring_domain: dashboard.bitlair.nl
|
||||
monitoring_bootstrap_cert: no
|
||||
acme_san_domains:
|
||||
- ["{{ monitoring_domain }}", monitoring.bitlair.nl]
|
||||
- ["{{ monitoring_domain }}"]
|
||||
|
||||
group_nft_input:
|
||||
- "# Allow web-traffic from world"
|
||||
|
@ -21,6 +21,7 @@ prometheus_scrape_configs:
|
|||
- "lights.bitlair.nl:9100"
|
||||
- "music.bitlair.nl:9100"
|
||||
- "service.bitlair.nl:9100"
|
||||
- "user.bitlair.nl:9100"
|
||||
- job_name: "mqtt"
|
||||
static_configs:
|
||||
- targets: [ "localhost:9883" ]
|
||||
|
@ -34,6 +35,7 @@ prometheus_scrape_configs:
|
|||
- https://bitlair.nl
|
||||
- https://git.bitlair.nl
|
||||
- https://pad.bitlair.nl
|
||||
- https://user.bitlair.nl
|
||||
# Legacy
|
||||
- https://wiki.bitlair.nl
|
||||
- https://portal.bitlair.nl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue