summaryrefslogtreecommitdiff
path: root/check_postgres.pl.html
diff options
context:
space:
mode:
authorChristoph Berg2016-05-26 11:57:00 +0000
committerChristoph Berg2016-05-26 11:57:00 +0000
commitcb80f9d653e673c2e886ee31fc357519313837c7 (patch)
tree50173deefa7956ecb2a2181ee7f09fdac2ce69fb /check_postgres.pl.html
parent712fa84873869d63fbb37dab1050fadaf20f630f (diff)
parent9f95e492ee3972943231de6f420762790c8253fe (diff)
Merge pull request #106 from mhagander/postgresql.org_https
Update URLs to www.postgresql.org to be https
Diffstat (limited to 'check_postgres.pl.html')
-rw-r--r--check_postgres.pl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/check_postgres.pl.html b/check_postgres.pl.html
index 6122ea33c..09304672f 100644
--- a/check_postgres.pl.html
+++ b/check_postgres.pl.html
@@ -230,7 +230,7 @@
<p>This file contains a simple list of connection options. You can also pass additional information when using this option such as --dbservice=&quot;maindatabase sslmode=require&quot;</p>
-<p>The documentation for this file can be found at http://www.postgresql.org/docs/current/static/libpq-pgservice.html</p>
+<p>The documentation for this file can be found at https://www.postgresql.org/docs/current/static/libpq-pgservice.html</p>
</dd>
</dl>
@@ -1285,7 +1285,7 @@
<h2 id="txn_wraparound"><b>txn_wraparound</b></h2>
-<p>(<code>symlink: check_postgres_txn_wraparound</code>) Checks how close to transaction wraparound one or more databases are getting. The <i>--warning</i> and <i>--critical</i> options indicate the number of transactions done, and must be a positive integer. If either option is not given, the default values of 1.3 and 1.4 billion are used. There is no need to run this command more than once per database cluster. For a more detailed discussion of what this number represents and what to do about it, please visit the page <a href="http://www.postgresql.org/docs/current/static/routine-vacuuming.html#VACUUM-FOR-WRAPAROUND">http://www.postgresql.org/docs/current/static/routine-vacuuming.html#VACUUM-FOR-WRAPAROUND</a></p>
+<p>(<code>symlink: check_postgres_txn_wraparound</code>) Checks how close to transaction wraparound one or more databases are getting. The <i>--warning</i> and <i>--critical</i> options indicate the number of transactions done, and must be a positive integer. If either option is not given, the default values of 1.3 and 1.4 billion are used. There is no need to run this command more than once per database cluster. For a more detailed discussion of what this number represents and what to do about it, please visit the page <a href="https://www.postgresql.org/docs/current/static/routine-vacuuming.html#VACUUM-FOR-WRAPAROUND">https://www.postgresql.org/docs/current/static/routine-vacuuming.html#VACUUM-FOR-WRAPAROUND</a></p>
<p>The warning and critical values can have underscores in the number for legibility, as Perl does.</p>