blob: 066cbdf00ea8b4e2df4f4d6db5687e6c61ca7e6b (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
digraph "g" {
"bar_running_0" [ style=bold color="green" fontcolor="orange"]
"bar_start_0" -> "bar_running_0" [ style = bold]
"bar_start_0" -> "rsc6_start_0 node2" [ style = bold]
"bar_start_0" -> "rsc7_start_0 node2" [ style = bold]
"bar_start_0" -> "rsc8_start_0 node2" [ style = bold]
"bar_start_0" [ style=bold color="green" fontcolor="orange"]
"bar_stop_0" -> "bar_stopped_0" [ style = bold]
"bar_stop_0" -> "rsc6_stop_0 node1" [ style = bold]
"bar_stop_0" -> "rsc7_stop_0 node1" [ style = bold]
"bar_stop_0" -> "rsc8_stop_0 node1" [ style = bold]
"bar_stop_0" [ style=bold color="green" fontcolor="orange"]
"bar_stopped_0" -> "bar_start_0" [ style = bold]
"bar_stopped_0" [ style=bold color="green" fontcolor="orange"]
"foo_running_0" [ style=bold color="green" fontcolor="orange"]
"foo_start_0" -> "foo_running_0" [ style = bold]
"foo_start_0" -> "rsc4_start_0 node1" [ style = bold]
"foo_start_0" -> "rsc5_start_0 node1" [ style = bold]
"foo_start_0" [ style=bold color="green" fontcolor="orange"]
"foo_stop_0" -> "foo_stopped_0" [ style = bold]
"foo_stop_0" -> "rsc4_stop_0 node1" [ style = bold]
"foo_stop_0" -> "rsc5_stop_0 node1" [ style = bold]
"foo_stop_0" [ style=bold color="green" fontcolor="orange"]
"foo_stopped_0" -> "foo_start_0" [ style = bold]
"foo_stopped_0" [ style=bold color="green" fontcolor="orange"]
"rsc1_monitor_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc2_monitor_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc3_monitor_0 node2" -> "foo_stopped_0" [ style = bold]
"rsc3_monitor_0 node2" -> "rsc4_stop_0 node1" [ style = bold]
"rsc3_monitor_0 node2" -> "rsc5_stop_0 node1" [ style = bold]
"rsc3_monitor_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc4_monitor_0 node2" -> "foo_stopped_0" [ style = bold]
"rsc4_monitor_0 node2" -> "rsc4_start_0 node1" [ style = bold]
"rsc4_monitor_0 node2" -> "rsc5_stop_0 node1" [ style = bold]
"rsc4_monitor_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc4_start_0 node1" -> "foo_running_0" [ style = bold]
"rsc4_start_0 node1" -> "rsc5_start_0 node1" [ style = bold]
"rsc4_start_0 node1" [ style=bold color="green" fontcolor="black"]
"rsc4_stop_0 node1" -> "foo_stopped_0" [ style = bold]
"rsc4_stop_0 node1" -> "rsc4_start_0 node1" [ style = bold]
"rsc4_stop_0 node1" [ style=bold color="green" fontcolor="black"]
"rsc5_monitor_0 node2" -> "foo_stopped_0" [ style = bold]
"rsc5_monitor_0 node2" -> "rsc4_stop_0 node1" [ style = bold]
"rsc5_monitor_0 node2" -> "rsc5_start_0 node1" [ style = bold]
"rsc5_monitor_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc5_start_0 node1" -> "foo_running_0" [ style = bold]
"rsc5_start_0 node1" [ style=bold color="green" fontcolor="black"]
"rsc5_stop_0 node1" -> "foo_stopped_0" [ style = bold]
"rsc5_stop_0 node1" -> "rsc4_stop_0 node1" [ style = bold]
"rsc5_stop_0 node1" -> "rsc5_start_0 node1" [ style = bold]
"rsc5_stop_0 node1" [ style=bold color="green" fontcolor="black"]
"rsc6_monitor_0 node2" -> "bar_stopped_0" [ style = bold]
"rsc6_monitor_0 node2" -> "rsc6_start_0 node2" [ style = bold]
"rsc6_monitor_0 node2" -> "rsc7_stop_0 node1" [ style = bold]
"rsc6_monitor_0 node2" -> "rsc8_stop_0 node1" [ style = bold]
"rsc6_monitor_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc6_start_0 node2" -> "bar_running_0" [ style = bold]
"rsc6_start_0 node2" -> "rsc7_start_0 node2" [ style = bold]
"rsc6_start_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc6_stop_0 node1" -> "bar_stopped_0" [ style = bold]
"rsc6_stop_0 node1" -> "rsc6_start_0 node2" [ style = bold]
"rsc6_stop_0 node1" [ style=bold color="green" fontcolor="black"]
"rsc7_monitor_0 node2" -> "bar_stopped_0" [ style = bold]
"rsc7_monitor_0 node2" -> "rsc6_stop_0 node1" [ style = bold]
"rsc7_monitor_0 node2" -> "rsc7_start_0 node2" [ style = bold]
"rsc7_monitor_0 node2" -> "rsc8_stop_0 node1" [ style = bold]
"rsc7_monitor_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc7_start_0 node2" -> "bar_running_0" [ style = bold]
"rsc7_start_0 node2" -> "rsc8_start_0 node2" [ style = bold]
"rsc7_start_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc7_stop_0 node1" -> "bar_stopped_0" [ style = bold]
"rsc7_stop_0 node1" -> "rsc6_stop_0 node1" [ style = bold]
"rsc7_stop_0 node1" -> "rsc7_start_0 node2" [ style = bold]
"rsc7_stop_0 node1" [ style=bold color="green" fontcolor="black"]
"rsc8_monitor_0 node2" -> "bar_stopped_0" [ style = bold]
"rsc8_monitor_0 node2" -> "rsc7_stop_0 node1" [ style = bold]
"rsc8_monitor_0 node2" -> "rsc8_start_0 node2" [ style = bold]
"rsc8_monitor_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc8_start_0 node2" -> "bar_running_0" [ style = bold]
"rsc8_start_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc8_stop_0 node1" -> "bar_stopped_0" [ style = bold]
"rsc8_stop_0 node1" -> "rsc7_stop_0 node1" [ style = bold]
"rsc8_stop_0 node1" -> "rsc8_start_0 node2" [ style = bold]
"rsc8_stop_0 node1" [ style=bold color="green" fontcolor="black"]
}
|