diff --git a/docker-compose.yml b/docker-compose.yml index 6e8c512..aa263b7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: build: dockerfile: Dockerfile container_name: nagios - image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:250219.1.02 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:250219.1.03 networks: infra_dev_net: ipv4_address: 10.99.23.36 diff --git a/overlay/opt/nagios/etc/objects/000-commands.cfg b/overlay/opt/nagios/etc/objects/000-commands.cfg index be232a1..42a070f 100644 --- a/overlay/opt/nagios/etc/objects/000-commands.cfg +++ b/overlay/opt/nagios/etc/objects/000-commands.cfg @@ -233,6 +233,7 @@ define command { define command { command_name check_local_dns_a_record command_line $USER1$/check_dns -H $ARG1$ -q A -s $HOSTNAME$ -w 2 -c 5 -t 7 +} define command { command_name check_nrpe