Make timeline working again

refs #12889
This commit is contained in:
Alexander A. Klimov 2016-10-17 12:44:05 +02:00
parent 8bc7d47a62
commit a0a203c875
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class HostnotificationQuery extends IdoQuery
'output' => null,
'state' => 'hn.state',
'timestamp' => 'UNIX_TIMESTAMP(hn.start_time)',
'type' => '(\'notify\')'
),
'instances' => array(
'instance_name' => 'i.instance_name'

View File

@ -24,6 +24,7 @@ class ServicenotificationQuery extends IdoQuery
'output' => null,
'state' => 'sn.state',
'timestamp' => 'UNIX_TIMESTAMP(sn.start_time)',
'type' => '(\'notify\')'
),
'hostgroups' => array(
'hostgroup_name' => 'hgo.name1'