parent
8bc7d47a62
commit
a0a203c875
|
@ -30,6 +30,7 @@ class HostnotificationQuery extends IdoQuery
|
||||||
'output' => null,
|
'output' => null,
|
||||||
'state' => 'hn.state',
|
'state' => 'hn.state',
|
||||||
'timestamp' => 'UNIX_TIMESTAMP(hn.start_time)',
|
'timestamp' => 'UNIX_TIMESTAMP(hn.start_time)',
|
||||||
|
'type' => '(\'notify\')'
|
||||||
),
|
),
|
||||||
'instances' => array(
|
'instances' => array(
|
||||||
'instance_name' => 'i.instance_name'
|
'instance_name' => 'i.instance_name'
|
||||||
|
|
|
@ -24,6 +24,7 @@ class ServicenotificationQuery extends IdoQuery
|
||||||
'output' => null,
|
'output' => null,
|
||||||
'state' => 'sn.state',
|
'state' => 'sn.state',
|
||||||
'timestamp' => 'UNIX_TIMESTAMP(sn.start_time)',
|
'timestamp' => 'UNIX_TIMESTAMP(sn.start_time)',
|
||||||
|
'type' => '(\'notify\')'
|
||||||
),
|
),
|
||||||
'hostgroups' => array(
|
'hostgroups' => array(
|
||||||
'hostgroup_name' => 'hgo.name1'
|
'hostgroup_name' => 'hgo.name1'
|
||||||
|
|
Loading…
Reference in New Issue