Fix nagios and inventory to switch over to people02
This commit is contained in:
parent
d242029e68
commit
0281dc80fe
11 changed files with 27 additions and 53 deletions
|
@ -1,8 +1,8 @@
|
|||
define host {
|
||||
host_name 152.19.134.196-people01
|
||||
alias 152.19.134.196-people01
|
||||
host_name 152.19.134.199-people02
|
||||
alias 152.19.134.199-people02
|
||||
use defaulttemplate
|
||||
address 152.19.134.196
|
||||
address 152.19.134.199
|
||||
parents ibiblio03.fedoraproject.org
|
||||
}
|
||||
|
||||
|
@ -14,8 +14,8 @@ define host {
|
|||
}
|
||||
|
||||
define host {
|
||||
host_name ipv6-people01
|
||||
alias ipv6-people01
|
||||
host_name ipv6-people02
|
||||
alias ipv6-people02
|
||||
use defaulttemplate
|
||||
address 2610:28:3090:3001:5054:ff:feff:683f
|
||||
address 2610:28:3090:3001:5054:ff:fea7:9474
|
||||
}
|
||||
|
|
|
@ -171,7 +171,7 @@ define service {
|
|||
}
|
||||
|
||||
define service {
|
||||
host_name 152.19.134.196-people01
|
||||
host_name 152.19.134.199-people02
|
||||
service_description planet
|
||||
check_command check_website!fedoraplanet.org!/!Sub-Project planets
|
||||
use websitetemplate
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
define hostgroup {
|
||||
hostgroup_name vpnclients
|
||||
alias vpnclients
|
||||
members tummy01,unbound-tummy01,smtp-mm-tummy01,proxy03,unbound-osuosl01,bodhost01,proxy07,coloamer01,proxy08,osuosl02,proxy09,download-ib02,noc02,unbound-ib01,ibiblio02,ns02,proxy04,smtp-mm-ib01,torrent02,ibiblio03,ibiblio04,people01,internetx01,hosted-lists01,ns05,proxy02,osuosl01,proxy06,osuosl02,osuosl03,hosted03,collab03,smtp-mm-osuosl01,host1plus01,dedicatedsolutions01,proxy05,dedicatedsolutions01,proxy11,ibiblio05,proxy12
|
||||
members tummy01,unbound-tummy01,smtp-mm-tummy01,proxy03,unbound-osuosl01,bodhost01,proxy07,coloamer01,proxy08,osuosl02,proxy09,download-ib02,noc02,unbound-ib01,ibiblio02,ns02,proxy04,smtp-mm-ib01,torrent02,ibiblio03,ibiblio04,people02,internetx01,hosted-lists01,ns05,proxy02,osuosl01,proxy06,osuosl02,osuosl03,hosted03,collab03,smtp-mm-osuosl01,host1plus01,dedicatedsolutions01,proxy05,dedicatedsolutions01,proxy11,ibiblio05,proxy12
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
define host {
|
||||
host_name people01
|
||||
alias people01.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address people01.fedoraproject.org
|
||||
parents ibiblio03
|
||||
}
|
||||
#define host {
|
||||
# host_name people01
|
||||
# alias people01.fedoraproject.org
|
||||
# use defaulttemplate
|
||||
# address people01.fedoraproject.org
|
||||
# parents ibiblio03
|
||||
#}
|
||||
|
|
7
roles/nagios_server/files/nagios/hosts/people02.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/people02.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name people02
|
||||
alias people02.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address people02.fedoraproject.org
|
||||
parents ibiblio05
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue