1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
commit f6bc7f09cbada0c564c43b6e575d14d775cd2815
Author: Christoph Berg <myon@debian.org>
Date: Mon Aug 7 11:52:22 2023 +0200
Document partman_premake
diff --git a/check_postgres.pl b/check_postgres.pl
index b2dd92c..c3f1409 100755
--- a/check_postgres.pl
+++ b/check_postgres.pl
@@ -10646,6 +10646,12 @@ tool that can send mail when interesting events appear in your Postgres logs.
See: L<https://bucardo.org/tail_n_mail/> for more information).
See also the information on the C<--get_method> option.
+=head2 B<partman_premake>
+
+(C<symlink: check_postgres_partman_premake>) Checks if all partitions that
+B<pg_parman>'s maintenance routine should have created are actually present.
+Monthly and daily intervals are supported.
+
=head2 B<pgb_pool_cl_active>
=head2 B<pgb_pool_cl_waiting>
|