From 2f2b06aab1f6c682d58de50f4a07ef6514c3730b Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Sun, 23 Jun 2024 13:46:03 -0400 Subject: [PATCH] add blackbox-exporter --- primary/var/lib/bind/db.10.99 | 3 ++- primary/var/lib/bind/db.in.thelinuxpro.net | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/primary/var/lib/bind/db.10.99 b/primary/var/lib/bind/db.10.99 index 5bb3ac2..9a101f6 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. ( - 24060701 ; serial + 24062301 ; serial 21600 ; refresh after 6 hours 3600 ; retry after 1 hour 604800 ; expire after 1 week @@ -22,6 +22,7 @@ $TTL 3600 32.23 IN PTR prometheus.in.thelinuxpro.net. 33.23 IN PTR unpoller.in.thelinuxpro.net. 34.23 IN PTR pihole-exporter.in.thelinuxpro.net. +35.23 IN PTR blackbox-exporter.in.thelinuxpro.net. 51.23 IN PTR syslog.in.thelinuxpro.net. 71.23 IN PTR es01.in.thelinuxpro.net. 72.23 IN PTR kibana.in.thelinuxpro.net. diff --git a/primary/var/lib/bind/db.in.thelinuxpro.net b/primary/var/lib/bind/db.in.thelinuxpro.net index 6662a44..a2a0da5 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. ( - 24060701 ; serial, todays date + todays serial # + 24062301 ; serial, todays date + todays serial # 1h ; refresh, seconds 15m ; retry, seconds 10D ; expire, seconds @@ -31,6 +31,7 @@ grafana IN A 10.99.23.31 prometheus IN A 10.99.23.32 unpoller IN A 10.99.23.33 pihole-exporter IN A 10.99.23.34 +blackblox-exporter IN A 10.99.23.35 syslog IN A 10.99.23.51 es01 IN A 10.99.23.71 kibana IN A 10.99.23.72