sensors api

This commit is contained in:
Kameron Kenny 2025-01-12 11:21:09 -05:00
parent bcf932dac1
commit 7386aa10c2
3 changed files with 5 additions and 3 deletions

View File

@ -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:250109.0.1 image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:250112.0.1
restart: always restart: always
user: root user: root
environment: environment:

View File

@ -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. (
25010901 ; serial 25011201 ; 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
@ -36,5 +36,6 @@ $TTL 3600
75.23 IN PTR logstash01.in.thelinuxpro.net. 75.23 IN PTR logstash01.in.thelinuxpro.net.
99.23 IN PTR viz.in.thelinuxpro.net. 99.23 IN PTR viz.in.thelinuxpro.net.
100.23 IN PTR random.in.thelinuxpro.net. 100.23 IN PTR random.in.thelinuxpro.net.
111.23 IN PTR sensors.in.thelinuxpor.net.
241.153 IN PTR ns1.in.thelinuxpro.net. 241.153 IN PTR ns1.in.thelinuxpro.net.
242.153 IN PTR ns2.in.thelinuxpro.net. 242.153 IN PTR ns2.in.thelinuxpro.net.

View File

@ -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. (
25010901 ; serial, todays date + todays serial # 25011201 ; serial, todays date + todays serial #
1h ; refresh, seconds 1h ; refresh, seconds
15m ; retry, seconds 15m ; retry, seconds
10D ; expire, seconds 10D ; expire, seconds
@ -45,6 +45,7 @@ filebeat01 IN A 10.99.23.74
logstash01 IN A 10.99.23.75 logstash01 IN A 10.99.23.75
viz IN A 10.99.23.99 viz IN A 10.99.23.99
random IN A 10.99.23.100 random IN A 10.99.23.100
sensors IN A 10.99.23.111
; ;
pihole IN A 10.200.53.250 pihole IN A 10.200.53.250
1.ntp IN A 10.200.53.251 1.ntp IN A 10.200.53.251