blob: c663a64bac7f1179de5953f069e024f6ac060428 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
digraph "g" {
"apache_monitor_60000 pollux" [ style=bold color="green" fontcolor="black"]
"apache_start_0 pollux" -> "apache_monitor_60000 pollux" [ style = bold]
"apache_start_0 pollux" -> "group-1_running_0" [ style = bold]
"apache_start_0 pollux" [ style=bold color="green" fontcolor="black"]
"fs-1_monitor_20000 pollux" [ style=bold color="green" fontcolor="black"]
"fs-1_start_0 pollux" -> "fs-1_monitor_20000 pollux" [ style = bold]
"fs-1_start_0 pollux" -> "group-1_running_0" [ style = bold]
"fs-1_start_0 pollux" -> "ip-198_start_0 pollux" [ style = bold]
"fs-1_start_0 pollux" [ style=bold color="green" fontcolor="black"]
"group-1_running_0" [ style=bold color="green" fontcolor="orange"]
"group-1_start_0" -> "apache_start_0 pollux" [ style = bold]
"group-1_start_0" -> "fs-1_start_0 pollux" [ style = bold]
"group-1_start_0" -> "group-1_running_0" [ style = bold]
"group-1_start_0" -> "ip-198_start_0 pollux" [ style = bold]
"group-1_start_0" [ style=bold color="green" fontcolor="orange"]
"ip-198_monitor_30000 pollux" [ style=bold color="green" fontcolor="black"]
"ip-198_start_0 pollux" -> "apache_start_0 pollux" [ style = bold]
"ip-198_start_0 pollux" -> "group-1_running_0" [ style = bold]
"ip-198_start_0 pollux" -> "ip-198_monitor_30000 pollux" [ style = bold]
"ip-198_start_0 pollux" [ style=bold color="green" fontcolor="black"]
}
|