don't shcek http on localhost
This commit is contained in:
parent
aa2df6307b
commit
03bd251c27
|
@ -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:241230.0.9
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241230.0.10
|
||||||
networks:
|
networks:
|
||||||
infra_dev_net:
|
infra_dev_net:
|
||||||
ipv4_address: 10.99.23.36
|
ipv4_address: 10.99.23.36
|
||||||
|
|
|
@ -139,5 +139,6 @@ define service{
|
||||||
service_description HTTP
|
service_description HTTP
|
||||||
check_command check_http
|
check_command check_http
|
||||||
notifications_enabled 0
|
notifications_enabled 0
|
||||||
|
register 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue