grafana dns
This commit is contained in:
parent
b406863af1
commit
751e3032c7
|
@ -18,6 +18,7 @@ $TTL 3600
|
||||||
12.23 IN PTR git.in.thelinuxpro.net.
|
12.23 IN PTR git.in.thelinuxpro.net.
|
||||||
13.23 IN PTR git-mysql.in.thelinuxpro.net.
|
13.23 IN PTR git-mysql.in.thelinuxpro.net.
|
||||||
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.
|
||||||
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. (
|
||||||
24051501 ; serial, todays date + todays serial #
|
24060501 ; serial, todays date + todays serial #
|
||||||
1h ; refresh, seconds
|
1h ; refresh, seconds
|
||||||
15m ; retry, seconds
|
15m ; retry, seconds
|
||||||
10D ; expire, seconds
|
10D ; expire, seconds
|
||||||
|
@ -27,6 +27,7 @@ jenkins IN A 10.99.23.11
|
||||||
git IN A 10.99.23.12
|
git IN A 10.99.23.12
|
||||||
git-mysql IN A 10.99.23.13
|
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
|
||||||
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