nameservers and ver bump

This commit is contained in:
Kameron Kenny - pi501 2025-02-19 14:03:54 -05:00
parent 39e3ca2b36
commit 2bacb62e83
3 changed files with 22 additions and 1 deletions

View File

@ -12,7 +12,7 @@ services:
build:
dockerfile: Dockerfile
container_name: nagios
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:250106.0.02
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:250219.0.01
networks:
infra_dev_net:
ipv4_address: 10.99.23.36

View File

@ -0,0 +1,14 @@
### Hosts
define host{
use nameserver
host_name dns01.in.thelinuxpro.net
alias dns01
address 10.200.53.241
}
define host{
use nameserver
host_name dns02.in.thelinuxpro.net
alias dns02
address 10.200.53.242
}

View File

@ -0,0 +1,7 @@
### Service definitions for all web hosts
define service{
use generic-service,graphed-service
hostgroup_name network-devices
service_description PING
check_command check_ping!100.0,20%!500.0,60%
}