diff options
Diffstat (limited to 'cts/scheduler/dot/remote-reconnect-delay.dot')
-rw-r--r-- | cts/scheduler/dot/remote-reconnect-delay.dot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cts/scheduler/dot/remote-reconnect-delay.dot b/cts/scheduler/dot/remote-reconnect-delay.dot new file mode 100644 index 0000000..e4bc6ec --- /dev/null +++ b/cts/scheduler/dot/remote-reconnect-delay.dot @@ -0,0 +1,7 @@ + digraph "g" { +"Fencing_monitor_120000 rhel7-2" [ style=bold color="green" fontcolor="black"] +"Fencing_start_0 rhel7-2" -> "Fencing_monitor_120000 rhel7-2" [ style = bold] +"Fencing_start_0 rhel7-2" [ style=bold color="green" fontcolor="black"] +"Fencing_stop_0 rhel7-2" -> "Fencing_start_0 rhel7-2" [ style = bold] +"Fencing_stop_0 rhel7-2" [ style=bold color="green" fontcolor="black"] +} |