mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-25 18:48:50 +02:00
parent
c253e7eb6e
commit
bfd2ceacea
@ -9,6 +9,8 @@ namespace icinga
|
||||
|
||||
class HostGroup : CustomVarObject
|
||||
{
|
||||
load_after Host;
|
||||
|
||||
[config] String display_name {
|
||||
get {{{
|
||||
String displayName = m_DisplayName.load();
|
||||
|
@ -9,6 +9,8 @@ namespace icinga
|
||||
|
||||
class ServiceGroup : CustomVarObject
|
||||
{
|
||||
load_after Service;
|
||||
|
||||
[config] String display_name {
|
||||
get {{{
|
||||
String displayName = m_DisplayName.load();
|
||||
|
Loading…
x
Reference in New Issue
Block a user