2013-10-28 22:08:46 +01:00
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name lb0
|
|
|
|
alias lb0
|
|
|
|
address lb0.zulip.net
|
|
|
|
hostgroups all,pageable_servers
|
|
|
|
}
|
|
|
|
|
2012-11-01 15:47:50 +01:00
|
|
|
define host{
|
|
|
|
use generic-host
|
2013-11-23 18:48:21 +01:00
|
|
|
host_name prod0
|
|
|
|
alias prod0
|
2013-07-14 06:11:00 +02:00
|
|
|
address prod0.zulip.net
|
2013-06-04 22:07:49 +02:00
|
|
|
hostgroups all,web,frontends,pageable_servers
|
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
|
2013-07-14 06:11:00 +02:00
|
|
|
address staging.zulip.net
|
2013-06-04 22:07:49 +02:00
|
|
|
hostgroups all,web,frontends,not_pageable_servers
|
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
|
2013-09-25 20:36:54 +02:00
|
|
|
address zmirror.zulip.net
|
2014-03-08 00:45:16 +01:00
|
|
|
hostgroups all,zmirror
|
2012-11-01 15:47:50 +01:00
|
|
|
}
|
2012-11-21 20:22:42 +01:00
|
|
|
|
2013-08-26 21:43:29 +02:00
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name zmirror2
|
|
|
|
alias zmirror2
|
|
|
|
address zmirror2.zulip.net
|
2014-03-08 00:45:16 +01:00
|
|
|
hostgroups all,zmirror
|
2013-08-26 21:43:29 +02:00
|
|
|
}
|
|
|
|
|
2013-07-16 23:45:32 +02:00
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name postgres1
|
|
|
|
alias postgres1
|
2013-09-25 20:36:54 +02:00
|
|
|
address postgres1.zulip.net
|
2014-01-15 23:12:34 +01:00
|
|
|
hostgroups all,postgres_appdb,pageable_servers
|
2012-12-13 17:08:28 +01:00
|
|
|
}
|
2013-04-29 22:44:41 +02:00
|
|
|
|
2016-03-23 17:24:12 +01:00
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name postgres3
|
|
|
|
alias postgres3
|
|
|
|
address postgres3.zulip.net
|
|
|
|
hostgroups all,postgres,postgres_appdb_primary,pageable_servers
|
|
|
|
}
|
|
|
|
|
2013-04-29 22:44:41 +02:00
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name stats
|
|
|
|
alias stats
|
2013-08-26 22:28:38 +02:00
|
|
|
address stats.zulip.net
|
2013-06-04 22:07:49 +02:00
|
|
|
hostgroups all,not_pageable_servers
|
2013-04-29 22:44:41 +02:00
|
|
|
}
|
2014-02-07 20:02:24 +01:00
|
|
|
|
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name redis0
|
|
|
|
alias redis0
|
|
|
|
address redis0.zulip.net
|
|
|
|
hostgroups all,not_pageable_servers
|
|
|
|
}
|