Skip to content

Commit 59b5bb5

Browse files
author
David Christensen
committed
Fix typo in docs
1 parent e826c57 commit 59b5bb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

check_postgres.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9491,7 +9491,7 @@ =head2 B<last_autovacuum>
94919491
94929492
Example 2: Same as above, but skip tables belonging to the users 'eve' or 'mallory'
94939493
9494-
check_postgres_last_vacuum --host=wormwood --warning='3d' --critical='7d' --excludeusers=eve,mallory
9494+
check_postgres_last_vacuum --host=wormwood --warning='3d' --critical='7d' --excludeuser=eve,mallory
94959495
94969496
For MRTG output, returns (on the first line) the LEAST amount of time in seconds since a table was
94979497
last vacuumed or analyzed. The fourth line returns the name of the database and name of the table.

check_postgres.pl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ <h2 id="last_autovacuum"><b>last_autovacuum</b></h2>
926926

927927
<p>Example 2: Same as above, but skip tables belonging to the users &#39;eve&#39; or &#39;mallory&#39;</p>
928928

929-
<pre><code> check_postgres_last_vacuum --host=wormwood --warning=&#39;3d&#39; --critical=&#39;7d&#39; --excludeusers=eve,mallory</code></pre>
929+
<pre><code> check_postgres_last_vacuum --host=wormwood --warning=&#39;3d&#39; --critical=&#39;7d&#39; --excludeuser=eve,mallory</code></pre>
930930

931931
<p>For MRTG output, returns (on the first line) the LEAST amount of time in seconds since a table was last vacuumed or analyzed. The fourth line returns the name of the database and name of the table.</p>
932932

0 commit comments

Comments
 (0)