mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
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…
x
Reference in New Issue
Block a user