Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to exclude by application name on txn_* checks #78

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- #YAML:1.0
name : check_postgres.pl
version : 2.21.0
version : 2.22.0
abstract : Postgres monitoring script
author:
- Greg Sabino Mullane <[email protected]>
Expand Down Expand Up @@ -30,7 +30,7 @@ recommends:
provides:
check_postgres:
file : check_postgres.pl
version : 2.21.0
version : 2.22.0

keywords:
- Postgres
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use strict;
use warnings;
use 5.006001;

my $VERSION = '2.21.0';
my $VERSION = '2.22.0';

if ($VERSION =~ /_/) {
print "WARNING! This is a test version ($VERSION) and should not be used in production!\n";
Expand Down
32 changes: 16 additions & 16 deletions SIGNATURE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This file contains message digests of all files listed in MANIFEST,
signed via the Module::Signature module, version 0.68.
signed via the Module::Signature module, version 0.73.

To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
Expand All @@ -16,20 +16,20 @@ Hash: RIPEMD160

SHA1 3daf641677071210a1702e075f9837becd504d9d MANIFEST
SHA1 98fcae49e2adf1d73e0687998ca33992451984d6 MANIFEST.SKIP
SHA1 221581ac5b59c2cf634f6a521f02f5e4659e048d META.yml
SHA1 2c4d6ce8e44d088b6068dc07bfe902b7f3f350b3 MYMETA.yml
SHA1 6d4a6c15891a90886fdb9a4f37e80c3a1ccbc492 Makefile.PL
SHA1 0382a8d7bd1e6c8e2e85be867173ab231f78a66b README
SHA1 9689ee994df28f41713cb2da473eb4a62c453471 META.yml
SHA1 9650a23dd9d93c30c3dd22b1fa03fae83faf7d2a MYMETA.yml
SHA1 5da8d06b767684943819dd877d96709a9ec57046 Makefile.PL
SHA1 890ae0574b8633891c13f7f93463b868d47a65fd README
SHA1 e4e41aec52387ddfb9ebe9257a5eee40700adb00 TODO
SHA1 49424a5f4aae35cda48709bc42b47a3bea94c345 check_postgres.pl
SHA1 f34b99a45f1670576d28eacb42b0e8c56c3245a0 check_postgres.pl.asc
SHA1 0bda94edc7eeab34fc73bfe105f566a6f6def2f5 check_postgres.pl.html
SHA1 9c857b8994c428dcf90cd2be8bdaf867d5728c44 check_postgres.pl
SHA1 5623669d7a48aabadaccd5ef6302d56dce6343db check_postgres.pl.asc
SHA1 c8b61de8a5bb8cd5678df67c327f66b6b58996e1 check_postgres.pl.html
SHA1 3dc431ab18171fa977f919cddcee504b4b74392f perlcriticrc
SHA1 ef43082a685d993fdd151de16590ce0f6832de7a t/00_basic.t
SHA1 29700e8331d1780e87b858581054cd190e4f4ecb t/00_signature.t
SHA1 439053254ee01e2ec406f9d1605dc5e28257b8bd t/00_test_tester.t
SHA1 02f59725d968d85d855b0bcc771c99003c6e0389 t/01_validate_range.t
SHA1 7b9ef508bc0fc1624dc81129b4014a1b9704db7e t/02_autovac_freeze.t
SHA1 d0e8919a1c1bddb6438cfd104634cff3f31a9257 t/02_autovac_freeze.t
SHA1 c50f069d276e44b95408fe16aefa46c24745a038 t/02_backends.t
SHA1 923acca525a528ccefd630eef8e015007a1bc5d0 t/02_bloat.t
SHA1 58f04f98539371d9469ca93890b3f61a990fa343 t/02_checkpoint.t
Expand Down Expand Up @@ -62,23 +62,23 @@ SHA1 033bb1162ad990161da1c591d5fb9f7c452ee4c9 t/02_query_time.t
SHA1 bdd9a4a73bbce6a5450cbc04e1fe357f3bc587a7 t/02_relation_size.t
SHA1 94fd92c8a3453e86d80114009f8a40ccb709704b t/02_replicate_row.t
SHA1 e36d0632a32b22ebdded6ab91fd46aca7f8b2b31 t/02_same_schema.t
SHA1 23df28d99d8799d85e7edb55ccbdcfc68fbfa22f t/02_sequence.t
SHA1 e62fdc6f164dc16faa08fecdbcafc1dbafd8d6a6 t/02_sequence.t
SHA1 65ea5ff56452e71fefde682bf5e874d30800bd37 t/02_settings_checksum.t
SHA1 17ab792f132cd6fabd6fa33598b5a4d502428543 t/02_slony_status.t
SHA1 64493100381abd82aa1eb06a46d67456f4e8486d t/02_timesync.t
SHA1 221d3c78eece2a5fc796611e3133e5ccc8f8fad0 t/02_txn_idle.t
SHA1 7c77be0301c936974778c7c92186088ef9b06526 t/02_txn_time.t
SHA1 43c69ea3053a5ba268cb6126a15877edc37acfed t/02_txn_idle.t
SHA1 02f0434dfe2e852e676695871f2f2b4e0a764b15 t/02_txn_time.t
SHA1 24ff2b5b0690557e1a45227d5c1131226c9ff30a t/02_txn_wraparound.t
SHA1 2270e466a5761256be6b69cc0c7e8c03f2414e3b t/02_version.t
SHA1 93c5da727c39f3dbb1953d061fa6f96578ba7952 t/02_wal_files.t
SHA1 dad138868393ead7c170f24017a7c04b80fe5f87 t/03_translations.t
SHA1 eb66336f915f77a1cd82c1b19b44acc7dc2d5038 t/04_timeout.t
SHA1 e01ec73ad338765ee20afed29718b12c2ed83d82 t/05_docs.t
SHA1 96e6e5da3e1f6753a469e7afc8cf070024b33b23 t/99_cleanup.t
SHA1 095c6b9fdc944faf7890f13d5330b179f41710a1 t/CP_Testing.pm
SHA1 b91ca27953271e32413b433ce4676e174a872b1c t/CP_Testing.pm
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAlJB46QACgkQvJuQZxSWSshIPACgwFPjhdZ2REkyKirLaMYSwznp
ptIAn0ttmsPV4cKBfUp/wFUumCMi/A/y
=+efS
iEYEAREDAAYFAlWSvDwACgkQvJuQZxSWSsipRgCg4UXqpln34lmkpwRNMVQR13CA
g4cAnRarbGaEM2j4SC9GwM6UHWwjpwWy
=msbg
-----END PGP SIGNATURE-----
462 changes: 422 additions & 40 deletions check_postgres.pl

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions check_postgres.pl.asc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-----BEGIN PGP SIGNATURE-----

iEYEABEDAAYFAlJB46IACgkQvJuQZxSWSshP4gCgjJSVQ2NhZR6V6JsOgwyR6f5D
lQcAoJPJfp7P485pAIfLWDPuGo1Lk48G
=yH+B
iEYEABEDAAYFAlWSvDoACgkQvJuQZxSWSshq5ACg5GEYZcFphOIv0gbj8e2F0Tj9
hToAoNXGMVzWtuV1PW9IsQQ7eoFChUWK
=mNgJ
-----END PGP SIGNATURE-----
Loading