blob: 1d7f8be497c7d108299a09624abefcd80be288e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
digraph "g" {
"A-clone_running_0" -> "B-clone_start_0" [ style = bold]
"A-clone_running_0" [ style=bold color="green" fontcolor="orange"]
"A-clone_start_0" -> "A-clone_running_0" [ style = bold]
"A-clone_start_0" -> "A_start_0 rhel7-auto4" [ style = bold]
"A-clone_start_0" [ style=bold color="green" fontcolor="orange"]
"A_monitor_10000 rhel7-auto4" [ style=bold color="green" fontcolor="black"]
"A_start_0 rhel7-auto4" -> "A-clone_running_0" [ style = bold]
"A_start_0 rhel7-auto4" -> "A_monitor_10000 rhel7-auto4" [ style = bold]
"A_start_0 rhel7-auto4" [ style=bold color="green" fontcolor="black"]
"B-clone_running_0" [ style=bold color="green" fontcolor="orange"]
"B-clone_start_0" -> "B-clone_running_0" [ style = bold]
"B-clone_start_0" -> "B_start_0 rhel7-auto4" [ style = bold]
"B-clone_start_0" [ style=bold color="green" fontcolor="orange"]
"B_monitor_10000 rhel7-auto4" [ style=bold color="green" fontcolor="black"]
"B_start_0 rhel7-auto4" -> "B-clone_running_0" [ style = bold]
"B_start_0 rhel7-auto4" -> "B_monitor_10000 rhel7-auto4" [ style = bold]
"B_start_0 rhel7-auto4" -> "clone-one-or-more:order-B-clone-C-clone-mandatory" [ style = bold]
"B_start_0 rhel7-auto4" [ style=bold color="green" fontcolor="black"]
"C-clone_running_0" [ style=bold color="green" fontcolor="orange"]
"C-clone_start_0" -> "C-clone_running_0" [ style = bold]
"C-clone_start_0" -> "C:1_start_0 rhel7-auto1" [ style = bold]
"C-clone_start_0" -> "C:2_start_0 rhel7-auto4" [ style = bold]
"C-clone_start_0" -> "C_start_0 rhel7-auto2" [ style = bold]
"C-clone_start_0" [ style=bold color="green" fontcolor="orange"]
"C:1_monitor_10000 rhel7-auto1" [ style=bold color="green" fontcolor="black"]
"C:1_start_0 rhel7-auto1" -> "C-clone_running_0" [ style = bold]
"C:1_start_0 rhel7-auto1" -> "C:1_monitor_10000 rhel7-auto1" [ style = bold]
"C:1_start_0 rhel7-auto1" [ style=bold color="green" fontcolor="black"]
"C:2_monitor_10000 rhel7-auto4" [ style=bold color="green" fontcolor="black"]
"C:2_start_0 rhel7-auto4" -> "C-clone_running_0" [ style = bold]
"C:2_start_0 rhel7-auto4" -> "C:2_monitor_10000 rhel7-auto4" [ style = bold]
"C:2_start_0 rhel7-auto4" [ style=bold color="green" fontcolor="black"]
"C_monitor_10000 rhel7-auto2" [ style=bold color="green" fontcolor="black"]
"C_start_0 rhel7-auto2" -> "C-clone_running_0" [ style = bold]
"C_start_0 rhel7-auto2" -> "C_monitor_10000 rhel7-auto2" [ style = bold]
"C_start_0 rhel7-auto2" [ style=bold color="green" fontcolor="black"]
"clone-one-or-more:order-B-clone-C-clone-mandatory" -> "C-clone_start_0" [ style = bold]
"clone-one-or-more:order-B-clone-C-clone-mandatory" [ style=bold color="green" fontcolor="orange"]
}
|