fix error
This commit is contained in:
parent
aea83fcf8a
commit
0c203d04bf
|
@ -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:250321.1.01
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:250321.1.02
|
||||||
networks:
|
networks:
|
||||||
infra_dev_net:
|
infra_dev_net:
|
||||||
ipv4_address: 10.99.23.36
|
ipv4_address: 10.99.23.36
|
||||||
|
|
|
@ -16,7 +16,7 @@ define hostgroup{
|
||||||
define hostgroup{
|
define hostgroup{
|
||||||
hostgroup_name network-devices
|
hostgroup_name network-devices
|
||||||
alias Network Devices
|
alias Network Devices
|
||||||
members unifi.in.thelinuxpro.net,sw-0-1-basement-24.in.thelinuxpro.net,sw-0-2-basement-8p.in.thelinuxpro.net,sw-1-1-garage-8p.in.thelinuxpro.net,sw-2-1-office-8p.in.thelinuxpro.net,ap-1-1-garage.in.thelinuxpro.net,ap-1-2-office.in.thelinuxpro.net,ap-2-1-office.in.thelinuxpro.net,ap-2-2-mbr.in.thelinuxpro.net,ap-2-3-kbr.in.thelinuxpro.net
|
members unifi.in.thelinuxpro.net,sw-0-1-basement-24.in.thelinuxpro.net,sw-0-2-basement-8p.in.thelinuxpro.net,sw-1-1-garage-8p.in.thelinuxpro.net,sw-2-1-office-8p.in.thelinuxpro.net,ap-1-1-office.in.thelinuxpro.net,ap-2-1-office.in.thelinuxpro.net,ap-2-2-mbr.in.thelinuxpro.net,ap-2-3-kbr.in.thelinuxpro.net
|
||||||
}
|
}
|
||||||
|
|
||||||
### Hostgroup - switches
|
### Hostgroup - switches
|
||||||
|
@ -30,7 +30,7 @@ define hostgroup{
|
||||||
define hostgroup{
|
define hostgroup{
|
||||||
hostgroup_name network-devices-aps
|
hostgroup_name network-devices-aps
|
||||||
alias Network Devices - Access Points
|
alias Network Devices - Access Points
|
||||||
members ap-1-1-garage.in.thelinuxpro.net,ap-1-2-office.in.thelinuxpro.net,ap-2-1-office.in.thelinuxpro.net,ap-2-2-mbr.in.thelinuxpro.net,ap-2-3-kbr.in.thelinuxpro.net
|
members ap-1-1-office.in.thelinuxpro.net,ap-2-1-office.in.thelinuxpro.net,ap-2-2-mbr.in.thelinuxpro.net,ap-2-3-kbr.in.thelinuxpro.net
|
||||||
}
|
}
|
||||||
|
|
||||||
### Hostgroup - nameservers
|
### Hostgroup - nameservers
|
||||||
|
|
Loading…
Reference in New Issue