From 22f0853d32b2edb6c3ff46efbb477345d4e86b64 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Wed, 18 Dec 2024 16:11:17 -0500 Subject: [PATCH] add nagios.in.thelinuxpro.net --- 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 f1598bc..0fabb0b 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. ( - 24062501 ; serial + 24121801 ; serial 21600 ; refresh after 6 hours 3600 ; retry after 1 hour 604800 ; expire after 1 week @@ -23,6 +23,7 @@ $TTL 3600 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. +36.23 IN PTR nagios.in.thelinuxpro.net. 41.23 IN PTR influxdb.in.thelinuxpro.net. 42.23 IN PTR telegraf.in.thelinuxpro.net. 51.23 IN PTR syslog.in.thelinuxpro.net. diff --git a/primary/var/lib/bind/db.in.thelinuxpro.net b/primary/var/lib/bind/db.in.thelinuxpro.net index 5e33039..58a2edd 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. ( - 24102001 ; serial, todays date + todays serial # + 24121801 ; serial, todays date + todays serial # 1h ; refresh, seconds 15m ; retry, seconds 10D ; expire, seconds @@ -32,6 +32,7 @@ prometheus IN A 10.99.23.32 unpoller IN A 10.99.23.33 pihole-exporter IN A 10.99.23.34 blackbox-exporter IN A 10.99.23.35 +nagios IN A 10.99.23.36 influxdb IN A 10.99.23.41 telegraf IN A 10.99.23.42 syslog IN A 10.99.23.51