do a sync of nagios/hosts from puppet
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
03b9e61ecd
commit
6925a2cdef
7 changed files with 43 additions and 15 deletions
7
roles/nagios_server/files/nagios/hosts/memcached01.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/memcached01.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name memcached01
|
||||||
|
alias memcached01.phx2.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address memcached01.phx2.fedoraproject.org
|
||||||
|
parents virthost17
|
||||||
|
}
|
7
roles/nagios_server/files/nagios/hosts/memcached02.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/memcached02.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name memcached02
|
||||||
|
alias memcached02.phx2.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address memcached02.phx2.fedoraproject.org
|
||||||
|
parents virthost18
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
define host {
|
#define host {
|
||||||
host_name memcached03
|
# host_name memcached03
|
||||||
alias memcached03.phx2.fedoraproject.org
|
# alias memcached03.phx2.fedoraproject.org
|
||||||
use defaulttemplate
|
# use defaulttemplate
|
||||||
address memcached03.phx2.fedoraproject.org
|
# address memcached03.phx2.fedoraproject.org
|
||||||
parents virthost02
|
# parents virthost02
|
||||||
}
|
#}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
define host {
|
#define host {
|
||||||
host_name memcached04
|
# host_name memcached04
|
||||||
alias memcached04.phx2.fedoraproject.org
|
# alias memcached04.phx2.fedoraproject.org
|
||||||
use defaulttemplate
|
# use defaulttemplate
|
||||||
address memcached04.phx2.fedoraproject.org
|
# address memcached04.phx2.fedoraproject.org
|
||||||
parents virthost15
|
# parents virthost15
|
||||||
}
|
#}
|
||||||
|
|
|
@ -3,5 +3,5 @@ define host {
|
||||||
alias paste02.phx2.fedoraproject.org
|
alias paste02.phx2.fedoraproject.org
|
||||||
use defaulttemplate
|
use defaulttemplate
|
||||||
address paste02.phx2.fedoraproject.org
|
address paste02.phx2.fedoraproject.org
|
||||||
parents virthost14
|
parents virthost18
|
||||||
}
|
}
|
||||||
|
|
7
roles/nagios_server/files/nagios/hosts/virthost17.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/virthost17.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name virthost17
|
||||||
|
alias virthost17.phx2.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address virthost17.phx2.fedoraproject.org
|
||||||
|
parents fwsm01-gw
|
||||||
|
}
|
7
roles/nagios_server/files/nagios/hosts/virthost18.cfg
Normal file
7
roles/nagios_server/files/nagios/hosts/virthost18.cfg
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
define host {
|
||||||
|
host_name virthost18
|
||||||
|
alias virthost18.phx2.fedoraproject.org
|
||||||
|
use defaulttemplate
|
||||||
|
address virthost18.phx2.fedoraproject.org
|
||||||
|
parents fwsm01-gw
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue