blob: 8fb436136c4aa4e90664a084461724760f5f455f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
digraph "g" {
"apache_1_monitor_0 hs21c" -> "apache_1_start_0 hs21c" [ style = bold]
"apache_1_monitor_0 hs21c" [ style=bold color="green" fontcolor="black"]
"apache_1_monitor_10000 hs21c" [ style=bold color="green" fontcolor="black"]
"apache_1_start_0 hs21c" -> "apache_1_monitor_10000 hs21c" [ style = bold]
"apache_1_start_0 hs21c" [ style=bold color="green" fontcolor="black"]
"nfs_1_monitor_0 hs21c" -> "nfs_1_start_0 hs21c" [ style = bold]
"nfs_1_monitor_0 hs21c" [ style=bold color="green" fontcolor="black"]
"nfs_1_monitor_20000 hs21c" [ style=bold color="green" fontcolor="black"]
"nfs_1_start_0 hs21c" -> "nfs_1_monitor_20000 hs21c" [ style = bold]
"nfs_1_start_0 hs21c" [ style=bold color="green" fontcolor="black"]
"stonith 'reboot' hs21d" -> "apache_1_start_0 hs21c" [ style = bold]
"stonith 'reboot' hs21d" -> "nfs_1_start_0 hs21c" [ style = bold]
"stonith 'reboot' hs21d" -> "stonith-1_start_0 hs21c" [ style = bold]
"stonith 'reboot' hs21d" [ style=bold color="green" fontcolor="black"]
"stonith-1_monitor_0 hs21c" -> "stonith-1_start_0 hs21c" [ style = bold]
"stonith-1_monitor_0 hs21c" [ style=bold color="green" fontcolor="black"]
"stonith-1_start_0 hs21c" [ style=bold color="green" fontcolor="black"]
}
|