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