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
|
2013-04-16 16:55:42 +02:00
|
|
|
address humbughq.com
|
2013-04-22 02:07:16 +02:00
|
|
|
hostgroups all,web,frontends,all_but_nagios
|
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
|
2013-04-22 02:07:16 +02:00
|
|
|
hostgroups all,web,frontends,all_but_nagios
|
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
|
2013-04-22 02:07:16 +02:00
|
|
|
hostgroups all,web,all_but_nagios
|
2012-11-01 15:47:50 +01:00
|
|
|
}
|
|
|
|
|
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
|
2013-04-22 02:07:16 +02:00
|
|
|
hostgroups all,web,all_but_nagios
|
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
|
2013-04-22 02:07:16 +02:00
|
|
|
hostgroups all,zmirror,all_but_nagios
|
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
|
2013-04-22 02:07:16 +02:00
|
|
|
hostgroups all,all_but_nagios
|
2012-11-21 20:22:42 +01:00
|
|
|
}
|
2012-12-13 17:08:28 +01:00
|
|
|
|
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name postgres
|
|
|
|
alias postgres
|
|
|
|
address postgres.humbughq.com
|
2013-04-22 02:07:16 +02:00
|
|
|
hostgroups all,all_but_nagios
|
2012-12-13 17:08:28 +01:00
|
|
|
}
|
2013-04-29 22:44:41 +02:00
|
|
|
|
|
|
|
define host{
|
|
|
|
use generic-host
|
|
|
|
host_name stats
|
|
|
|
alias stats
|
|
|
|
address stats.humbughq.com
|
|
|
|
hostgroups all,all_but_nagios
|
|
|
|
}
|