Compare commits

..

2 Commits

Author SHA1 Message Date
Kameron Kenny - pi501 581a66ce41 update version 2024-04-20 15:01:05 -04:00
Kameron Kenny - pi501 2d77fc75d0 add elk 2024-04-20 14:58:48 -04:00
3 changed files with 13 additions and 3 deletions

View File

@ -16,7 +16,7 @@ services:
container_name: ns1
build:
dockerfile: Dockerfile.primary
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240420.04
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240420.05
restart: always
user: root
environment:

View File

@ -1,6 +1,6 @@
$TTL 3600
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
24042001 ; serial
24042002 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
@ -14,6 +14,11 @@ $TTL 3600
11.23 IN PTR jenkins
12.23 IN PTR git
13.23 IN PTR git-mysql
71.23 IN PTR es01
72.23 IN PTR kibana
73.23 IN PTR metricbeat01
74.23 IN PTR filebeat01
75.23 IN PTR logstash01
99.23 IN PTR viz
241.153 IN PTR ns1
242.153 IN PTR ns2

View File

@ -1,6 +1,6 @@
$TTL 1H
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
24042001 ; serial, todays date + todays serial #
24042002 ; serial, todays date + todays serial #
1H ; refresh, seconds
2H ; retry, seconds
1D ; expire, seconds
@ -25,6 +25,11 @@ jenkins IN A 10.99.23.11
git IN A 10.99.23.12
git-mysql IN A 10.99.23.13
viz IN A 10.99.23.99
es01 IN A 10.99.23.71
kibana IN A 10.99.23.72
metricbeat01 IN A 10.99.23.73
filebeat01 IN A 10.99.23.74
logstash01 IN A 10.99.23.75
;
ns1 IN A 10.99.153.241
ns2 IN A 10.99.153.242