do a sync of nagios/hosts from puppet

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-17 17:25:39 +00:00
parent 03b9e61ecd
commit 6925a2cdef
7 changed files with 43 additions and 15 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View 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
}

View 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
}