blob: d8d2f913c1c402a6321bb520d0cd8826f4d826cb (
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
|
digraph "g" {
"apache2:0_stop_0 webcluster01" -> "grrr:2_stopped_0" [ style = bold]
"apache2:0_stop_0 webcluster01" [ style=bold color="green" fontcolor="black"]
"apache2:1_monitor_10000 webcluster01" [ style=bold color="green" fontcolor="black"]
"apache2:1_start_0 webcluster01" -> "apache2:1_monitor_10000 webcluster01" [ style = bold]
"apache2:1_start_0 webcluster01" -> "grrr:0_running_0" [ style = bold]
"apache2:1_start_0 webcluster01" -> "mysql-proxy:1_start_0 webcluster01" [ style = bold]
"apache2:1_start_0 webcluster01" [ style=bold color="green" fontcolor="black"]
"apache2:1_stop_0 webcluster01" -> "apache2:1_start_0 webcluster01" [ style = bold]
"apache2:1_stop_0 webcluster01" -> "grrr:0_stopped_0" [ style = bold]
"apache2:1_stop_0 webcluster01" [ style=bold color="green" fontcolor="black"]
"apache2_clone_running_0" [ style=bold color="green" fontcolor="orange"]
"apache2_clone_start_0" -> "apache2_clone_running_0" [ style = bold]
"apache2_clone_start_0" -> "grrr:0_start_0" [ style = bold]
"apache2_clone_start_0" [ style=bold color="green" fontcolor="orange"]
"apache2_clone_stop_0" -> "apache2_clone_stopped_0" [ style = bold]
"apache2_clone_stop_0" -> "grrr:0_stop_0" [ style = bold]
"apache2_clone_stop_0" -> "grrr:2_stop_0" [ style = bold]
"apache2_clone_stop_0" [ style=bold color="green" fontcolor="orange"]
"apache2_clone_stopped_0" -> "apache2_clone_start_0" [ style = bold]
"apache2_clone_stopped_0" [ style=bold color="green" fontcolor="orange"]
"grrr:0_running_0" -> "apache2_clone_running_0" [ style = bold]
"grrr:0_running_0" [ style=bold color="green" fontcolor="orange"]
"grrr:0_start_0" -> "apache2:1_start_0 webcluster01" [ style = bold]
"grrr:0_start_0" -> "grrr:0_running_0" [ style = bold]
"grrr:0_start_0" -> "mysql-proxy:1_start_0 webcluster01" [ style = bold]
"grrr:0_start_0" [ style=bold color="green" fontcolor="orange"]
"grrr:0_stop_0" -> "apache2:1_stop_0 webcluster01" [ style = bold]
"grrr:0_stop_0" -> "grrr:0_stopped_0" [ style = bold]
"grrr:0_stop_0" -> "mysql-proxy:1_stop_0 webcluster01" [ style = bold]
"grrr:0_stop_0" [ style=bold color="green" fontcolor="orange"]
"grrr:0_stopped_0" -> "apache2_clone_stopped_0" [ style = bold]
"grrr:0_stopped_0" -> "grrr:0_start_0" [ style = bold]
"grrr:0_stopped_0" [ style=bold color="green" fontcolor="orange"]
"grrr:2_stop_0" -> "apache2:0_stop_0 webcluster01" [ style = bold]
"grrr:2_stop_0" -> "grrr:2_stopped_0" [ style = bold]
"grrr:2_stop_0" -> "mysql-proxy:0_stop_0 webcluster01" [ style = bold]
"grrr:2_stop_0" [ style=bold color="green" fontcolor="orange"]
"grrr:2_stopped_0" -> "apache2_clone_stopped_0" [ style = bold]
"grrr:2_stopped_0" [ style=bold color="green" fontcolor="orange"]
"mysql-proxy:0_stop_0 webcluster01" -> "apache2:0_stop_0 webcluster01" [ style = bold]
"mysql-proxy:0_stop_0 webcluster01" -> "grrr:2_stopped_0" [ style = bold]
"mysql-proxy:0_stop_0 webcluster01" [ style=bold color="green" fontcolor="black"]
"mysql-proxy:1_monitor_10000 webcluster01" [ style=bold color="green" fontcolor="black"]
"mysql-proxy:1_start_0 webcluster01" -> "grrr:0_running_0" [ style = bold]
"mysql-proxy:1_start_0 webcluster01" -> "mysql-proxy:1_monitor_10000 webcluster01" [ style = bold]
"mysql-proxy:1_start_0 webcluster01" [ style=bold color="green" fontcolor="black"]
"mysql-proxy:1_stop_0 webcluster01" -> "apache2:1_stop_0 webcluster01" [ style = bold]
"mysql-proxy:1_stop_0 webcluster01" -> "grrr:0_stopped_0" [ style = bold]
"mysql-proxy:1_stop_0 webcluster01" -> "mysql-proxy:1_start_0 webcluster01" [ style = bold]
"mysql-proxy:1_stop_0 webcluster01" [ style=bold color="green" fontcolor="black"]
}
|