blob: 9856969d7f6798f8010d0070aa94c35c47470668 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
digraph "g" {
"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:1_start_0 rhel7-auto4" [ style = bold]
"B-clone_start_0" -> "B_start_0 rhel7-auto3" [ style = bold]
"B-clone_start_0" [ style=bold color="green" fontcolor="orange"]
"B:1_monitor_10000 rhel7-auto4" [ style=bold color="green" fontcolor="black"]
"B:1_start_0 rhel7-auto4" -> "B-clone_running_0" [ style = bold]
"B:1_start_0 rhel7-auto4" -> "B:1_monitor_10000 rhel7-auto4" [ style = bold]
"B:1_start_0 rhel7-auto4" [ style=bold color="green" fontcolor="black"]
"B_monitor_10000 rhel7-auto3" [ style=bold color="green" fontcolor="black"]
"B_start_0 rhel7-auto3" -> "B-clone_running_0" [ style = bold]
"B_start_0 rhel7-auto3" -> "B_monitor_10000 rhel7-auto3" [ style = bold]
"B_start_0 rhel7-auto3" [ style=bold color="green" fontcolor="black"]
}
|