nameservers and ver bump
This commit is contained in:
parent
39e3ca2b36
commit
2bacb62e83
|
@ -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:250106.0.02
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:250219.0.01
|
||||||
networks:
|
networks:
|
||||||
infra_dev_net:
|
infra_dev_net:
|
||||||
ipv4_address: 10.99.23.36
|
ipv4_address: 10.99.23.36
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
### Hosts
|
||||||
|
define host{
|
||||||
|
use nameserver
|
||||||
|
host_name dns01.in.thelinuxpro.net
|
||||||
|
alias dns01
|
||||||
|
address 10.200.53.241
|
||||||
|
}
|
||||||
|
|
||||||
|
define host{
|
||||||
|
use nameserver
|
||||||
|
host_name dns02.in.thelinuxpro.net
|
||||||
|
alias dns02
|
||||||
|
address 10.200.53.242
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
### Service definitions for all web hosts
|
||||||
|
define service{
|
||||||
|
use generic-service,graphed-service
|
||||||
|
hostgroup_name network-devices
|
||||||
|
service_description PING
|
||||||
|
check_command check_ping!100.0,20%!500.0,60%
|
||||||
|
}
|
Loading…
Reference in New Issue