1 digraph "g" {
2"c7auto4_stop_0 c7auto1" [ style=bold color="green" fontcolor="black"]
3"fake2_monitor_10000 c7auto1" [ style=bold color="green" fontcolor="black"]
4"fake2_start_0 c7auto1" -> "fake2_monitor_10000 c7auto1" [ style = bold]
5"fake2_start_0 c7auto1" [ style=bold color="green" fontcolor="black"]
6"fake2_stop_0 c7auto4" -> "fake2_start_0 c7auto1" [ style = bold]
7"fake2_stop_0 c7auto4" [ style=bold color="green" fontcolor="orange"]
8"stonith 'reboot' c7auto4" -> "fake2_start_0 c7auto1" [ style = bold]
9"stonith 'reboot' c7auto4" -> "fake2_stop_0 c7auto4" [ style = bold]
10"stonith 'reboot' c7auto4" [ style=bold color="green" fontcolor="black"]
11}
12