Fix nagios and inventory to switch over to people02

This commit is contained in:
Kevin Fenzi 2016-02-11 16:18:27 +00:00
parent d242029e68
commit 0281dc80fe
11 changed files with 27 additions and 53 deletions

View file

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

View file

@ -0,0 +1,7 @@
define host {
host_name people02
alias people02.fedoraproject.org
use defaulttemplate
address people02.fedoraproject.org
parents ibiblio05
}