typo
This commit is contained in:
parent
7d5ceb445b
commit
e9f35954c6
|
@ -12,7 +12,7 @@ services:
|
|||
build:
|
||||
dockerfile: Dockerfile
|
||||
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:
|
||||
infra_dev_net:
|
||||
ipv4_address: 10.99.23.36
|
||||
|
|
|
@ -59,15 +59,15 @@ define host{
|
|||
|
||||
define host{
|
||||
use network-device
|
||||
host_name ap-2-1-mbr.in.thelinuxpro.net
|
||||
alias ap-2-1-mbr
|
||||
host_name ap-2-2-mbr.in.thelinuxpro.net
|
||||
alias ap-2-2-mbr
|
||||
address 10.200.254.234
|
||||
}
|
||||
|
||||
define host{
|
||||
use network-device
|
||||
host_name ap-2-1-kbr.in.thelinuxpro.net
|
||||
alias ap-2-1-kbr
|
||||
host_name ap-2-3-kbr.in.thelinuxpro.net
|
||||
alias ap-2-3-kbr
|
||||
address 10.200.254.235
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue