From 04311bb31a5e1f314aa8b1595bdb21faeb458dfe Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:28:38 -0400 Subject: [PATCH] add prometheus --- docker-compose.yml | 2 +- primary/var/lib/bind/db.10.99 | 3 ++- primary/var/lib/bind/db.in.thelinuxpro.net | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 562b06a..8e09102 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: container_name: ns1 build: dockerfile: Dockerfile.primary - image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240605.1.1 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240605.1.2 restart: always user: root environment: diff --git a/primary/var/lib/bind/db.10.99 b/primary/var/lib/bind/db.10.99 index 869f433..c86b594 100755 --- a/primary/var/lib/bind/db.10.99 +++ b/primary/var/lib/bind/db.10.99 @@ -1,6 +1,6 @@ $TTL 3600 @ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. ( - 24051301 ; serial + 24060502 ; serial 21600 ; refresh after 6 hours 3600 ; retry after 1 hour 604800 ; expire after 1 week @@ -19,6 +19,7 @@ $TTL 3600 13.23 IN PTR git-mysql.in.thelinuxpro.net. 21.23 IN PTR docker-regsitry1.in.thelinuxpro.net. 31.23 IN PTR grafana.in.thelinuxpro.net. +32.23 IN PTR prometheus.in.thelinuxpro.net. 71.23 IN PTR es01.in.thelinuxpro.net. 72.23 IN PTR kibana.in.thelinuxpro.net. 73.23 IN PTR metricbeat01.in.thelinuxpro.net. diff --git a/primary/var/lib/bind/db.in.thelinuxpro.net b/primary/var/lib/bind/db.in.thelinuxpro.net index 583e702..9ca2fec 100755 --- a/primary/var/lib/bind/db.in.thelinuxpro.net +++ b/primary/var/lib/bind/db.in.thelinuxpro.net @@ -1,6 +1,6 @@ $TTL 2m @ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. ( - 24060501 ; serial, todays date + todays serial # + 24060502 ; serial, todays date + todays serial # 1h ; refresh, seconds 15m ; retry, seconds 10D ; expire, seconds @@ -28,6 +28,7 @@ git IN A 10.99.23.12 git-mysql IN A 10.99.23.13 docker-registry1 IN A 10.99.23.21 grafana IN A 10.99.23.31 +prometheus IN A 10.99.23.32 es01 IN A 10.99.23.71 kibana IN A 10.99.23.72 metricbeat01 IN A 10.99.23.73