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