mirror of https://github.com/Icinga/icinga2.git
Update default host/service groups to use display_name instead of alias.
This commit is contained in:
parent
67fe31c78b
commit
6c9de84683
|
@ -18,7 +18,7 @@
|
|||
******************************************************************************/
|
||||
|
||||
object HostGroup "all-hosts" {
|
||||
alias = "All Hosts"
|
||||
display_name = "All Hosts"
|
||||
}
|
||||
|
||||
abstract object Host "itl-host" {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
******************************************************************************/
|
||||
|
||||
object ServiceGroup "all-services" {
|
||||
alias = "All Services"
|
||||
display_name = "All Services"
|
||||
}
|
||||
|
||||
template Service "itl-service" {
|
||||
|
|
Loading…
Reference in New Issue