Bugfix: host and source groups don't have display names.

This commit is contained in:
Gunnar Beutner 2013-02-09 20:37:03 +01:00
parent 962d0e5fb2
commit f8851aa79d
1 changed files with 0 additions and 2 deletions

View File

@ -471,7 +471,6 @@ void CompatComponent::StatusTimerHandler(void)
objectfp << "define hostgroup {" << "\n"
<< "\t" << "hostgroup_name" << "\t" << hg->GetName() << "\n"
<< "\t" << "display_name" << "\t" << hg->GetDisplayName() << "\n"
<< "\t" << "notes_url" << "\t" << hg->GetNotesUrl() << "\n"
<< "\t" << "action_url" << "\t" << hg->GetActionUrl() << "\n";
@ -493,7 +492,6 @@ void CompatComponent::StatusTimerHandler(void)
objectfp << "define servicegroup {" << "\n"
<< "\t" << "servicegroup_name" << "\t" << sg->GetName() << "\n"
<< "\t" << "display_name" << "\t" << sg->GetDisplayName() << "\n"
<< "\t" << "notes_url" << "\t" << sg->GetNotesUrl() << "\n"
<< "\t" << "action_url" << "\t" << sg->GetActionUrl() << "\n";