add dns checks

This commit is contained in:
Kameron Kenny - pi501 2025-02-19 14:40:59 -05:00
parent 63917f309a
commit 17265d8c4e
2 changed files with 2 additions and 1 deletions

View File

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

View File

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