Added Pi-Hole to Network. Chagned Domain. Traefik extra providers
This commit is contained in:
parent
5e7be8598e
commit
2bce33d9ca
6 changed files with 47 additions and 18 deletions
|
@ -52,7 +52,6 @@ services:
|
|||
- "docker.group=monitoring"
|
||||
|
||||
|
||||
# influxdb to store time based data. Adress is drax.fzirker.lan:8086
|
||||
influxdb:
|
||||
# image: arm32v7/influxdb
|
||||
image: influxdb:1.8
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
# urls = ["unix:///var/run/influxdb.sock"]
|
||||
# urls = ["udp://127.0.0.1:8089"]
|
||||
# urls = ["http://127.0.0.1:8086"]
|
||||
urls = ["http://drax.fzirker.lan:8086"] # required
|
||||
urls = ["http://192.168.16.5:8086"] # required
|
||||
|
||||
|
||||
###############################################################################
|
||||
|
@ -254,11 +254,11 @@
|
|||
"https://www.feuerwehr-kapsweyer.de",
|
||||
"https://ping.feuerwehr-kapsweyer.de",
|
||||
"http://ping.feuerwehr-kapsweyer.de",
|
||||
"http://portainer.fzirker.lan",
|
||||
"http://gpxviewer.fzirker.lan",
|
||||
"http://traefik.fzirker.lan/dashboard/",
|
||||
"http://heimdall.fzirker.lan",
|
||||
"http://monitoring.fzirker.lan/login",
|
||||
"http://portainer.lan",
|
||||
"http://gpxviewer.lan",
|
||||
"http://traefik.lan/dashboard/",
|
||||
"http://heimdall.lan",
|
||||
"http://monitoring.lan/login",
|
||||
#"http://solarmaxpi.zirker.lan"
|
||||
]
|
||||
interval = "60s"
|
||||
|
@ -341,13 +341,14 @@ interfaces = ["enx001e0636be71"]
|
|||
[[inputs.ping]]
|
||||
## List of urls to ping
|
||||
urls = [
|
||||
"fritz-box.fzirker.lan",
|
||||
"wlan-ap.fzirker.lan",
|
||||
"drax.fzirker.lan",
|
||||
"fritz-box.lan",
|
||||
"wlan-ap.lan",
|
||||
"drax.lan",
|
||||
"florianzirker.de",
|
||||
"t-online.de",
|
||||
"8.8.8.8",
|
||||
"4.2.2.2",
|
||||
"9.9.9.9",
|
||||
"example.com"
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue