don't shcek http on localhost

This commit is contained in:
Kameron Kenny 2024-12-30 16:01:53 -05:00
parent aa2df6307b
commit 03bd251c27
2 changed files with 5 additions and 4 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: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

View File

@ -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
} }