mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Alertsummary: Remove another bunch of redundant query columns
This commit is contained in:
parent
c10617d409
commit
24e06e5bc0
@ -85,12 +85,7 @@ class Monitoring_AlertsummaryController extends Controller
|
|||||||
$query = $this->backend->select()->from(
|
$query = $this->backend->select()->from(
|
||||||
'notification',
|
'notification',
|
||||||
array(
|
array(
|
||||||
'host',
|
'notification_start_time'
|
||||||
'service',
|
|
||||||
'notification_output',
|
|
||||||
'notification_contact',
|
|
||||||
'notification_start_time',
|
|
||||||
'notification_state'
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -138,12 +133,7 @@ class Monitoring_AlertsummaryController extends Controller
|
|||||||
$query = $this->backend->select()->from(
|
$query = $this->backend->select()->from(
|
||||||
'notification',
|
'notification',
|
||||||
array(
|
array(
|
||||||
'host',
|
'notification_start_time'
|
||||||
'service',
|
|
||||||
'notification_output',
|
|
||||||
'notification_contact',
|
|
||||||
'notification_start_time',
|
|
||||||
'notification_state'
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -322,11 +312,7 @@ class Monitoring_AlertsummaryController extends Controller
|
|||||||
$query = $this->backend->select()->from(
|
$query = $this->backend->select()->from(
|
||||||
'notification',
|
'notification',
|
||||||
array(
|
array(
|
||||||
'host',
|
|
||||||
'service',
|
|
||||||
'notification_object_id',
|
'notification_object_id',
|
||||||
'notification_output',
|
|
||||||
'notification_contact',
|
|
||||||
'notification_start_time',
|
'notification_start_time',
|
||||||
'notification_state',
|
'notification_state',
|
||||||
'acknowledgement_entry_time'
|
'acknowledgement_entry_time'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user