telegraf logs

This commit is contained in:
Kameron Kenny 2025-01-09 22:49:11 -05:00
parent 9cdd80a291
commit bcf932dac1
4 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu/bind9:9.18-22.04_beta FROM ubuntu/bind9:9.18-22.04_beta
LABEL version="20241219.1.1" LABEL version="20250109.1.1"
LABEL description="bind9 primary nameserver" LABEL description="bind9 primary nameserver"
ENV BIND_LIB_DIR=/var/lib/bind ENV BIND_LIB_DIR=/var/lib/bind

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:250102.0.1 image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:250109.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. (
25010201 ; serial 25010901 ; 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
@ -27,6 +27,7 @@ $TTL 3600
37.23 IN PTR nagios-db.in.thelinuxpro.net. 37.23 IN PTR nagios-db.in.thelinuxpro.net.
41.23 IN PTR influxdb.in.thelinuxpro.net. 41.23 IN PTR influxdb.in.thelinuxpro.net.
42.23 IN PTR telegraf.in.thelinuxpro.net. 42.23 IN PTR telegraf.in.thelinuxpro.net.
43.23 IN PTR telegraf-syslog.in.thelinuxpro.net.
51.23 IN PTR syslog.in.thelinuxpro.net. 51.23 IN PTR syslog.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.

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. (
25010201 ; serial, todays date + todays serial # 25010901 ; serial, todays date + todays serial #
1h ; refresh, seconds 1h ; refresh, seconds
15m ; retry, seconds 15m ; retry, seconds
10D ; expire, seconds 10D ; expire, seconds
@ -36,6 +36,7 @@ nagios IN A 10.99.23.36
nagios-db IN A 10.99.23.37 nagios-db IN A 10.99.23.37
influxdb IN A 10.99.23.41 influxdb IN A 10.99.23.41
telegraf IN A 10.99.23.42 telegraf IN A 10.99.23.42
telegraf-syslog IN A 10.99.23.43
syslog IN A 10.99.23.51 syslog IN A 10.99.23.51
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