Merge branch 'bugfix/timeline-broken-12889'

fixes #12889
This commit is contained in:
Alexander A. Klimov 2016-10-17 14:07:40 +02:00
commit 3caffb0026
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'