File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1901,7 +1901,7 @@ package check_postgres;
1901
1901
new_version_cp => [0, ' Checks if a newer version of check_postgres.pl is available.' ],
1902
1902
new_version_pg => [0, ' Checks if a newer version of Postgres is available.' ],
1903
1903
new_version_tnm => [0, ' Checks if a newer version of tail_n_mail is available.' ],
1904
- partman_premake => [1, ' Checks if premake partitions are in place .' ],
1904
+ partman_premake => [1, ' Checks if premake partitions are present .' ],
1905
1905
pgb_pool_cl_active => [1, ' Check the number of active clients in each pgbouncer pool.' ],
1906
1906
pgb_pool_cl_waiting => [1, ' Check the number of waiting clients in each pgbouncer pool.' ],
1907
1907
pgb_pool_sv_active => [1, ' Check the number of active server connections in each pgbouncer pool.' ],
@@ -6533,7 +6533,7 @@ sub check_pgagent_jobs {
6533
6533
6534
6534
sub check_partman_premake {
6535
6535
6536
- # # Checks if all premade partitions are in place
6536
+ # # Checks if all premade partitions are present
6537
6537
# # Monthly and daily interval only
6538
6538
# # Supports: Nagios
6539
6539
You can’t perform that action at this time.
0 commit comments