~ubuntu-branches/ubuntu/utopic/pacemaker/utopic-proposed

« back to all changes in this revision

Viewing changes to pengine/test10/monitor-recovery.dot

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-08-15 11:27:07 UTC
  • mfrom: (1.1.12) (2.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20130815112707-5r864ink7jme3zl5
Tags: 1.1.10+git20130802-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/control: Build-Depends on libqb-dev; Depends on libheartbeat2.
* Corosync's pacemaker plugin is disabled, hence not built:
  - debian/licrmcluster4-dev.install: Do not install plugin.h.
  - debian/pacemaker.install: Do not install pacemaker.lcrso.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
digraph "g" {
 
2
"all_stopped" [ style=bold color="green" fontcolor="orange"]
 
3
"cl_tomcat_stop_0" -> "cl_tomcat_stopped_0" [ style = bold]
 
4
"cl_tomcat_stop_0" -> "d_tomcat_stop_0 CSE-1" [ style = bold]
 
5
"cl_tomcat_stop_0" [ style=bold color="green" fontcolor="orange"]
 
6
"cl_tomcat_stopped_0" [ style=bold color="green" fontcolor="orange"]
 
7
"d_tomcat_stop_0 CSE-1" -> "all_stopped" [ style = bold]
 
8
"d_tomcat_stop_0 CSE-1" -> "cl_tomcat_stopped_0" [ style = bold]
 
9
"d_tomcat_stop_0 CSE-1" [ style=bold color="green" fontcolor="black"]
 
10
}