mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 08:34:20 +02:00
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++) {
|
for (vt = sgt->second.begin(); vt != sgt->second.end(); vt++) {
|
||||||
sglist.push_back(vt->GetHost().GetName());
|
sglist.push_back(vt->GetHost().GetName());
|
||||||
sglist.push_back(vt->GetName());
|
sglist.push_back(vt->GetAlias());
|
||||||
}
|
}
|
||||||
|
|
||||||
DumpStringList(objectfp, sglist);
|
DumpStringList(objectfp, sglist);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user