Add host1plus01 and mirrorlist-host1plus to nagios.
This commit is contained in:
parent
f8d45c79db
commit
d579541582
6 changed files with 18 additions and 4 deletions
7
roles/nagios_server/files/nagios/hosts/host1plus01.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/host1plus01.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
define host {
|
||||
host_name host1plus01
|
||||
alias host1plus01.fedoraproject.org
|
||||
use defaulttemplate
|
||||
address host1plus01.fedoraproject.org
|
||||
parents fwsm01-gw
|
||||
}
|
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue