This commit is contained in:
Kameron Kenny 2025-01-02 14:11:01 -05:00
parent 7d5ceb445b
commit e9f35954c6
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -59,15 +59,15 @@ define host{
define host{ define host{
use network-device use network-device
host_name ap-2-1-mbr.in.thelinuxpro.net host_name ap-2-2-mbr.in.thelinuxpro.net
alias ap-2-1-mbr alias ap-2-2-mbr
address 10.200.254.234 address 10.200.254.234
} }
define host{ define host{
use network-device use network-device
host_name ap-2-1-kbr.in.thelinuxpro.net host_name ap-2-3-kbr.in.thelinuxpro.net
alias ap-2-1-kbr alias ap-2-3-kbr
address 10.200.254.235 address 10.200.254.235
} }