parent
8bc7d47a62
commit
a0a203c875
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue