1digraph "g" {
2"ip1_monitor_10000 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"]
3"ip1_start_0 rhel7-node1.example.com" -> "ip1_monitor_10000 rhel7-node1.example.com" [ style = bold]
4"ip1_start_0 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"]
5"ip1_stop_0 rhel7-node2.example.com" -> "ip1_start_0 rhel7-node1.example.com" [ style = bold]
6"ip1_stop_0 rhel7-node2.example.com" [ style=bold color="green" fontcolor="black"]
7"jrummy-clone_running_0" -> "ip1_stop_0 rhel7-node2.example.com" [ style = bold]
8"jrummy-clone_running_0" [ style=bold color="green" fontcolor="orange"]
9"jrummy-clone_start_0" -> "jrummy-clone_running_0" [ style = bold]
10"jrummy-clone_start_0" -> "jrummy_start_0 rhel7-node1.example.com" [ style = bold]
11"jrummy-clone_start_0" [ style=bold color="green" fontcolor="orange"]
12"jrummy_monitor_10000 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"]
13"jrummy_start_0 rhel7-node1.example.com" -> "jrummy-clone_running_0" [ style = bold]
14"jrummy_start_0 rhel7-node1.example.com" -> "jrummy_monitor_10000 rhel7-node1.example.com" [ style = bold]
15"jrummy_start_0 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"]
16"mpath-node1_monitor_0 rhel7-node1.example.com" -> "mpath-node1_start_0 rhel7-node1.example.com" [ style = bold]
17"mpath-node1_monitor_0 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"]
18"mpath-node1_monitor_60000 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"]
19"mpath-node1_start_0 rhel7-node1.example.com" -> "mpath-node1_monitor_60000 rhel7-node1.example.com" [ style = bold]
20"mpath-node1_start_0 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"]
21"mpath-node2_monitor_0 rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"]
22"stonith 'on' rhel7-node1.example.com" -> "ip1_start_0 rhel7-node1.example.com" [ style = bold]
23"stonith 'on' rhel7-node1.example.com" -> "jrummy_start_0 rhel7-node1.example.com" [ style = bold]
24"stonith 'on' rhel7-node1.example.com" -> "mpath-node1_monitor_0 rhel7-node1.example.com" [ style = bold]
25"stonith 'on' rhel7-node1.example.com" -> "mpath-node1_start_0 rhel7-node1.example.com" [ style = bold]
26"stonith 'on' rhel7-node1.example.com" -> "mpath-node2_monitor_0 rhel7-node1.example.com" [ style = bold]
27"stonith 'on' rhel7-node1.example.com" [ style=bold color="green" fontcolor="black"]
28}
29