1digraph "g" {
2"do_shutdown bl460g6a" [ style=dashed color="red" fontcolor="black"]
3"dummy-g_running_0" [ style=dashed color="red" fontcolor="orange"]
4"dummy-g_start_0" -> "dummy-g_running_0" [ style = dashed]
5"dummy-g_start_0" -> "dummy01_start_0 bl460g6b" [ style = dashed]
6"dummy-g_start_0" [ style=bold color="green" fontcolor="orange"]
7"dummy-g_stop_0" -> "dummy-g_stopped_0" [ style = dashed]
8"dummy-g_stop_0" -> "dummy01_stop_0 bl460g6a" [ style = dashed]
9"dummy-g_stop_0" [ style=bold color="green" fontcolor="orange"]
10"dummy-g_stopped_0" -> "dummy-g_start_0" [ style = dashed]
11"dummy-g_stopped_0" [ style=dashed color="red" fontcolor="orange"]
12"dummy01_monitor_7000 bl460g6b" [ style=dashed color="red" fontcolor="black"]
13"dummy01_start_0 bl460g6b" -> "dummy-g_running_0" [ style = dashed]
14"dummy01_start_0 bl460g6b" -> "dummy01_monitor_7000 bl460g6b" [ style = dashed]
15"dummy01_start_0 bl460g6b" [ style=dashed color="red" fontcolor="black"]
16"dummy01_stop_0 bl460g6a" -> "do_shutdown bl460g6a" [ style = dashed]
17"dummy01_stop_0 bl460g6a" -> "dummy-g_stopped_0" [ style = dashed]
18"dummy01_stop_0 bl460g6a" -> "dummy01_start_0 bl460g6b" [ style = dashed]
19"dummy01_stop_0 bl460g6a" [ style=dashed color="red" fontcolor="black"]
20}
21