Fix "Undefined property: stdClass::$service_display_name" in the alert summary

fixes #8284
This commit is contained in:
Eric Lippmann 2015-01-26 13:40:17 +01:00
parent 0b73dbdd6d
commit 555ab77c3d
1 changed files with 4 additions and 0 deletions

View File

@ -78,7 +78,9 @@ class Monitoring_AlertsummaryController extends Controller
'notification',
array(
'host',
'host_display_name',
'service',
'service_display_name',
'notification_output',
'notification_contact',
'notification_start_time',
@ -506,7 +508,9 @@ class Monitoring_AlertsummaryController extends Controller
'notification',
array(
'host',
'host_display_name',
'service',
'service_display_name',
'notification_output',
'notification_contact',
'notification_start_time',