Previous pattern is no longer send to syslog. Use first pattern which is. Signed-off-by: Jan Friesse <jfriesse@xxxxxxxxxx> --- cts/corosync.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cts/corosync.py b/cts/corosync.py index a7d4adb..feb57c7 100644 --- a/cts/corosync.py +++ b/cts/corosync.py @@ -119,8 +119,8 @@ class corosync_needle(ClusterManager): "Pat:We_stopped" : "%s.*Corosync Cluster Engine exiting.*", "Pat:They_stopped" : "%s.*Member left:.*%s.*", "Pat:They_dead" : "corosync:.*Node %s is now: lost", - "Pat:Local_starting" : "%s.*started and ready to provide service.", - "Pat:Local_started" : "%s.*started and ready to provide service.", + "Pat:Local_starting" : "%s.*Initializing transport", + "Pat:Local_started" : "%s.*Initializing transport", "Pat:Master_started" : "%s.*Completed service synchronization, ready to provide service.", "Pat:Slave_started" : "%s.*Completed service synchronization, ready to provide service.", "Pat:ChildKilled" : "%s corosync.*Child process %s terminated with signal 9", -- 1.7.1 _______________________________________________ discuss mailing list discuss@xxxxxxxxxxxx http://lists.corosync.org/mailman/listinfo/discuss