mirror of https://github.com/Icinga/icinga2.git
Bugfix: Use service alias in service group definition.
This commit is contained in:
parent
8955f17c41
commit
a11a36154f
|
@ -305,7 +305,7 @@ void CompatComponent::StatusTimerHandler(void)
|
|||
|
||||
for (vt = sgt->second.begin(); vt != sgt->second.end(); vt++) {
|
||||
sglist.push_back(vt->GetHost().GetName());
|
||||
sglist.push_back(vt->GetName());
|
||||
sglist.push_back(vt->GetAlias());
|
||||
}
|
||||
|
||||
DumpStringList(objectfp, sglist);
|
||||
|
|
Loading…
Reference in New Issue