Bugfix: Use service alias in service group definition.

This commit is contained in:
Gunnar Beutner 2012-07-06 11:21:19 +02:00
parent 8955f17c41
commit a11a36154f
1 changed files with 1 additions and 1 deletions

View File

@ -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);