add unpoller
This commit is contained in:
parent
04311bb31a
commit
a6461a4ba9
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu/bind9:9.18-22.04_beta
|
FROM ubuntu/bind9:9.18-22.04_beta
|
||||||
|
|
||||||
LABEL version="20240605.1.1"
|
LABEL version="20240605.1.3"
|
||||||
LABEL description="bind9 primary nameserver"
|
LABEL description="bind9 primary nameserver"
|
||||||
|
|
||||||
ENV BIND_LIB_DIR=/var/lib/bind
|
ENV BIND_LIB_DIR=/var/lib/bind
|
||||||
|
|
|
@ -18,7 +18,7 @@ services:
|
||||||
container_name: ns1
|
container_name: ns1
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile.primary
|
dockerfile: Dockerfile.primary
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240605.1.2
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240605.1.3
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$TTL 3600
|
$TTL 3600
|
||||||
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
|
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
|
||||||
24060502 ; serial
|
24060503 ; serial
|
||||||
21600 ; refresh after 6 hours
|
21600 ; refresh after 6 hours
|
||||||
3600 ; retry after 1 hour
|
3600 ; retry after 1 hour
|
||||||
604800 ; expire after 1 week
|
604800 ; expire after 1 week
|
||||||
|
@ -20,6 +20,7 @@ $TTL 3600
|
||||||
21.23 IN PTR docker-regsitry1.in.thelinuxpro.net.
|
21.23 IN PTR docker-regsitry1.in.thelinuxpro.net.
|
||||||
31.23 IN PTR grafana.in.thelinuxpro.net.
|
31.23 IN PTR grafana.in.thelinuxpro.net.
|
||||||
32.23 IN PTR prometheus.in.thelinuxpro.net.
|
32.23 IN PTR prometheus.in.thelinuxpro.net.
|
||||||
|
33.23 IN PTR unpoller.in.thelinuxpro.net.
|
||||||
71.23 IN PTR es01.in.thelinuxpro.net.
|
71.23 IN PTR es01.in.thelinuxpro.net.
|
||||||
72.23 IN PTR kibana.in.thelinuxpro.net.
|
72.23 IN PTR kibana.in.thelinuxpro.net.
|
||||||
73.23 IN PTR metricbeat01.in.thelinuxpro.net.
|
73.23 IN PTR metricbeat01.in.thelinuxpro.net.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$TTL 2m
|
$TTL 2m
|
||||||
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
|
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
|
||||||
24060502 ; serial, todays date + todays serial #
|
24060503 ; serial, todays date + todays serial #
|
||||||
1h ; refresh, seconds
|
1h ; refresh, seconds
|
||||||
15m ; retry, seconds
|
15m ; retry, seconds
|
||||||
10D ; expire, seconds
|
10D ; expire, seconds
|
||||||
|
@ -29,6 +29,7 @@ git-mysql IN A 10.99.23.13
|
||||||
docker-registry1 IN A 10.99.23.21
|
docker-registry1 IN A 10.99.23.21
|
||||||
grafana IN A 10.99.23.31
|
grafana IN A 10.99.23.31
|
||||||
prometheus IN A 10.99.23.32
|
prometheus IN A 10.99.23.32
|
||||||
|
unpoller IN A 10.99.23.33
|
||||||
es01 IN A 10.99.23.71
|
es01 IN A 10.99.23.71
|
||||||
kibana IN A 10.99.23.72
|
kibana IN A 10.99.23.72
|
||||||
metricbeat01 IN A 10.99.23.73
|
metricbeat01 IN A 10.99.23.73
|
||||||
|
|
Loading…
Reference in New Issue