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',
|
'notification',
|
||||||
array(
|
array(
|
||||||
'host',
|
'host',
|
||||||
|
'host_display_name',
|
||||||
'service',
|
'service',
|
||||||
|
'service_display_name',
|
||||||
'notification_output',
|
'notification_output',
|
||||||
'notification_contact',
|
'notification_contact',
|
||||||
'notification_start_time',
|
'notification_start_time',
|
||||||
|
@ -506,7 +508,9 @@ class Monitoring_AlertsummaryController extends Controller
|
||||||
'notification',
|
'notification',
|
||||||
array(
|
array(
|
||||||
'host',
|
'host',
|
||||||
|
'host_display_name',
|
||||||
'service',
|
'service',
|
||||||
|
'service_display_name',
|
||||||
'notification_output',
|
'notification_output',
|
||||||
'notification_contact',
|
'notification_contact',
|
||||||
'notification_start_time',
|
'notification_start_time',
|
||||||
|
|
Loading…
Reference in New Issue