diff options
Diffstat (limited to 'cts/scheduler/dot/systemhealth2.dot')
-rw-r--r-- | cts/scheduler/dot/systemhealth2.dot | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cts/scheduler/dot/systemhealth2.dot b/cts/scheduler/dot/systemhealth2.dot new file mode 100644 index 0000000..8fb4361 --- /dev/null +++ b/cts/scheduler/dot/systemhealth2.dot @@ -0,0 +1,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"] +} |