Add host1plus01 and mirrorlist-host1plus to nagios.

This commit is contained in:
Kevin Fenzi 2014-11-17 18:20:03 +00:00
parent f8d45c79db
commit d579541582
6 changed files with 18 additions and 4 deletions

View file

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

View file

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