mirror of https://github.com/zulip/zulip.git
88 lines
2.3 KiB
INI
88 lines
2.3 KiB
INI
define host{
|
|
use generic-host
|
|
host_name lb0
|
|
alias lb0
|
|
address lb0.zulip.net
|
|
hostgroups all,pageable_servers
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name app
|
|
alias app
|
|
address prod0.zulip.net
|
|
hostgroups all,web,frontends,pageable_servers
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name staging
|
|
alias staging
|
|
address staging.zulip.net
|
|
hostgroups all,web,frontends,not_pageable_servers
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name trac
|
|
alias trac
|
|
address trac.zulip.net
|
|
hostgroups all,web,not_pageable_servers
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name git
|
|
alias git
|
|
address git.zulip.net
|
|
hostgroups all,web,not_pageable_servers
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name zmirror
|
|
alias zmirror
|
|
address zmirror.zulip.net
|
|
hostgroups all,zmirror,pageable_servers
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name zmirror2
|
|
alias zmirror2
|
|
address zmirror2.zulip.net
|
|
hostgroups all,pageable_servers
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name bots
|
|
alias bots
|
|
address bots.zulip.net
|
|
hostgroups all,not_pageable_servers
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name postgres1
|
|
alias postgres1
|
|
address postgres1.zulip.net
|
|
hostgroups all,postgres,pageable_servers
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name postgres2
|
|
alias postgres2
|
|
address postgres2.zulip.net
|
|
hostgroups all,postgres,pageable_servers
|
|
}
|
|
|
|
define host{
|
|
use generic-host
|
|
host_name stats
|
|
alias stats
|
|
address stats.zulip.net
|
|
hostgroups all,not_pageable_servers
|
|
}
|