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