--host2 and friends no longer work.
authorDavid E. Wheeler <[email protected]>
Tue, 24 Sep 2013 23:27:22 +0000 (16:27 -0700)
committerDavid E. Wheeler <[email protected]>
Tue, 24 Sep 2013 23:27:22 +0000 (16:27 -0700)
check_postgres.pl

index 4dd84552b0f24f80a19f81c9ef76731d1e598306..d0625bd071355ba9d30fa738d0c29b5d2acc1d23 100755 (executable)
@@ -9227,8 +9227,9 @@ line gives the name of the database.
 =head2 B<replicate_row>
 
 (C<symlink: check_postgres_replicate_row>) Checks that master-slave replication is working to one or more slaves.
-The slaves are specified the same as the normal databases, except with 
-the number 2 at the end of them, so "--port2" instead of "--port", etc.
+
+The first "--dbname", "--host", and "--port", etc. options are considered the
+master; subsequent uses are the slaves.
 The values or the I<--warning> and I<--critical> options are units of time, and 
 at least one must be provided (no defaults). Valid units are 'seconds', 'minutes', 'hours', 
 or 'days'. Each may be written singular or abbreviated to just the first letter.