diff options
Diffstat (limited to 'cts/scheduler/dot/nvpair-date-rules-1.dot')
-rw-r--r-- | cts/scheduler/dot/nvpair-date-rules-1.dot | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cts/scheduler/dot/nvpair-date-rules-1.dot b/cts/scheduler/dot/nvpair-date-rules-1.dot new file mode 100644 index 0000000..70fc28d --- /dev/null +++ b/cts/scheduler/dot/nvpair-date-rules-1.dot @@ -0,0 +1,11 @@ + digraph "g" { +"rsc1_monitor_10000 rhel7-5" [ style=bold color="green" fontcolor="black"] +"rsc1_start_0 rhel7-5" -> "rsc1_monitor_10000 rhel7-5" [ style = bold] +"rsc1_start_0 rhel7-5" [ style=bold color="green" fontcolor="black"] +"rsc2_monitor_10000 rhel7-2" [ style=bold color="green" fontcolor="black"] +"rsc2_start_0 rhel7-2" -> "rsc2_monitor_10000 rhel7-2" [ style = bold] +"rsc2_start_0 rhel7-2" [ style=bold color="green" fontcolor="black"] +"rsc3_monitor_10000 rhel7-4" [ style=bold color="green" fontcolor="black"] +"rsc3_start_0 rhel7-4" -> "rsc3_monitor_10000 rhel7-4" [ style = bold] +"rsc3_start_0 rhel7-4" [ style=bold color="green" fontcolor="black"] +} |