File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,9 @@ public function getDefaultSort()
71
71
public function createBehaviors (Behaviors $ behaviors )
72
72
{
73
73
$ behaviors ->add (new ReRoute ([
74
- 'servicegroup ' => 'service.servicegroup '
74
+ 'servicegroup ' => 'service.servicegroup ' ,
75
+ 'parent ' => 'host.from.to ' ,
76
+ 'child ' => 'host.to.from '
75
77
]));
76
78
77
79
$ behaviors ->add (new Binary ([
Original file line number Diff line number Diff line change @@ -72,7 +72,9 @@ public function createBehaviors(Behaviors $behaviors)
72
72
{
73
73
$ behaviors ->add (new ReRoute ([
74
74
'host ' => 'service.host ' ,
75
- 'hostgroup ' => 'service.hostgroup '
75
+ 'hostgroup ' => 'service.hostgroup ' ,
76
+ 'parent ' => 'service.from.to ' ,
77
+ 'child ' => 'service.to.from '
76
78
]));
77
79
78
80
$ behaviors ->add (new Binary ([
You can’t perform that action at this time.
0 commit comments