From: Greg Sabino Mullane Date: Sat, 29 May 2010 19:21:32 +0000 (-0400) Subject: Update html file. X-Git-Tag: 2.15.1~18 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=08732b27fda2be27e3b5e33552aae1ec1ed2f1d6;p=check_postgres.git Update html file. --- diff --git a/check_postgres.pl.html b/check_postgres.pl.html index 3402c53be..66977239e 100644 --- a/check_postgres.pl.html +++ b/check_postgres.pl.html @@ -2,7 +2,7 @@ - +check_postgres.pl - a Postgres monitoring script for Nagios, MRTG, Cacti, and others @@ -308,6 +308,11 @@ script. The default value is 10; the units are always in seconds.

Displays a help screen with a summary of all actions and options.

+
--man
+ +
+

Displays the entire manual.

+
-V or --version
@@ -367,8 +372,9 @@ your psql location into the $PSQL variable, also near the top of th
--output=VAL
-

Determines the format of the output, for use in various programs. The default is 'nagios'. No -other systems are supported yet.

+

Determines the format of the output, for use in various programs. The +default is 'nagios'. Available options are 'nagios', 'mrtg', 'simple' +and 'cacti'.

--mrtg=VAL
@@ -1172,7 +1178,7 @@ not given, the schema will be determined automatically each time this check is r check_postgres_slony_status --warning 20

Example 2: Give a critical if Slony, installed under the schema "_slony", is over 10 minutes lagged

-  check_postgres_slony_sytatus --schema=_slony --critical=600
+ check_postgres_slony_status --schema=_slony --critical=600

txn_time

@@ -1488,6 +1494,9 @@ feature requests, and commit notices, send email to + Allow warning items for same_schema to be comma-separated (Guillaume Lelarge) + Constraint definitions across Postgres versions match better in same_schema.
Version 2.14.3 (March 1, 2010)