2012-11-01 15:47:50 +01:00
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name app
|
2012-11-21 20:27:33 +01:00
|
|
|
alias app
|
2012-11-01 15:47:50 +01:00
|
|
|
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
|
2012-11-21 20:27:33 +01:00
|
|
|
alias staging
|
2012-11-16 16:41:28 +01:00
|
|
|
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
|
2012-11-21 20:27:33 +01:00
|
|
|
alias trac
|
2012-11-01 15:47:50 +01:00
|
|
|
address trac.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
|
2012-11-21 20:27:33 +01:00
|
|
|
alias git
|
2012-11-16 16:41:28 +01:00
|
|
|
address git.humbughq.com
|
2012-11-21 20:26:21 +01:00
|
|
|
hostgroups all,web
|
2012-11-05 22:51:18 +01:00
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
2012-11-21 20:22:42 +01:00
|
|
|
|
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name bots
|
|
|
|
alias bots
|
|
|
|
address bots.humbughq.com
|
|
|
|
hostgroups all
|
|
|
|
}
|
2012-12-13 17:08:28 +01:00
|
|
|
|
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name postgres
|
|
|
|
alias postgres
|
|
|
|
address postgres.humbughq.com
|
|
|
|
hostgroups all
|
|
|
|
}
|