2012-11-01 15:47:50 +01:00
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name app
|
|
|
|
alias App
|
|
|
|
address app.humbughq.com
|
2012-11-21 20:21:36 +01:00
|
|
|
hostgroups all,web
|
2012-11-16 16:41:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name staging
|
|
|
|
alias Staging
|
|
|
|
address staging.humbughq.com
|
2012-11-21 20:21:36 +01:00
|
|
|
hostgroups all,web
|
2012-11-01 15:47:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name trac
|
|
|
|
alias Trac
|
|
|
|
address trac.humbughq.com
|
|
|
|
hostgroups all,web
|
|
|
|
}
|
|
|
|
|
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name wiki
|
|
|
|
alias Wiki
|
|
|
|
address wiki.humbughq.com
|
|
|
|
hostgroups all,web
|
|
|
|
}
|
|
|
|
|
2012-11-05 22:51:18 +01:00
|
|
|
define host{
|
|
|
|
use generic-host
|
2012-11-16 16:41:28 +01:00
|
|
|
host_name git
|
|
|
|
alias Git
|
|
|
|
address git.humbughq.com
|
2012-11-05 22:51:18 +01:00
|
|
|
hostgroups all
|
|
|
|
}
|
|
|
|
|
2012-11-01 15:47:50 +01:00
|
|
|
define host{
|
|
|
|
use generic-host
|
2012-11-16 16:41:28 +01:00
|
|
|
host_name zmirror
|
|
|
|
alias zmirror
|
|
|
|
address zmirror.humbughq.com
|
2012-11-21 20:21:36 +01:00
|
|
|
hostgroups all
|
2012-11-01 15:47:50 +01:00
|
|
|
}
|