Fix "Undefined property: stdClass::$service_display_name" in the alert summary
fixes #8284
This commit is contained in:
parent
0b73dbdd6d
commit
555ab77c3d
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue