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