mirror of https://github.com/zulip/zulip.git
nagios: Use lowercase host aliases
(imported from commit c653d5948894e651a5040339e8cd6af50af712b3)
This commit is contained in:
parent
1939b55b5a
commit
043f0d8e15
|
@ -1,7 +1,7 @@
|
|||
define host{
|
||||
use generic-host
|
||||
host_name app
|
||||
alias App
|
||||
alias app
|
||||
address app.humbughq.com
|
||||
hostgroups all,web
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ define host{
|
|||
define host{
|
||||
use generic-host
|
||||
host_name staging
|
||||
alias Staging
|
||||
alias staging
|
||||
address staging.humbughq.com
|
||||
hostgroups all,web
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ define host{
|
|||
define host{
|
||||
use generic-host
|
||||
host_name trac
|
||||
alias Trac
|
||||
alias trac
|
||||
address trac.humbughq.com
|
||||
hostgroups all,web
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ define host{
|
|||
define host{
|
||||
use generic-host
|
||||
host_name git
|
||||
alias Git
|
||||
alias git
|
||||
address git.humbughq.com
|
||||
hostgroups all,web
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue