From: Greg Sabino Mullane Date: Wed, 28 May 2008 17:15:52 +0000 (-0400) Subject: Better wording suggested by blog post. X-Git-Tag: 2.9.0~328 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=99ed28e54a1c5a9a1981c935c27a1894181c5bd2;p=check_postgres.git Better wording suggested by blog post. --- diff --git a/check_postgres.pl b/check_postgres.pl index b82bad43d..0a8596a96 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -3285,7 +3285,7 @@ to hosts 'red', 'blue', and 'yellow'. The database for both sides is 'public'. The slave databases are running on port 5455. The primary key is named 'receipt_id', the row we want to use has a value of 9, and the column we want to change for the test is called 'zone'. We'll toggle between 'north' and 'south' for the value of -this column, and throw a critical if the change is not there in 5 seconds. +this column, and throw a critical if the change is not on all three slaves within 5 seconds. check_postgres_replicate_row --host=green --port2=5455 --host2=red,blue,yellow --critical=5 --repinfo=receipt,receipt_id,9,zone,north,south