nagios: Use lowercase host aliases

(imported from commit c653d5948894e651a5040339e8cd6af50af712b3)
This commit is contained in:
Keegan McAllister 2012-11-21 14:27:33 -05:00
parent 1939b55b5a
commit 043f0d8e15
1 changed files with 4 additions and 4 deletions

View File

@ -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
}