typo
This commit is contained in:
parent
7d5ceb445b
commit
e9f35954c6
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue