From 9eec44472ba8f496adf88501afd477a4a0cb76c4 Mon Sep 17 00:00:00 2001 From: Jehan-Guillaume de Rorthais Date: Mon, 29 Aug 2016 15:45:22 +0200 Subject: [PATCH] Release 2.0 --- README.rst | 16 +++++----------- check_pgactivity | 4 ++-- check_pgactivity.spec | 36 ++++++++++++++++++++---------------- 3 files changed, 27 insertions(+), 29 deletions(-) diff --git a/README.rst b/README.rst index 8df46ca7..31a109c7 100644 --- a/README.rst +++ b/README.rst @@ -894,26 +894,20 @@ Descriptions and parameters of available services. -\ **settings**\ (9.2+) +\ **settings**\ (9.0+) - Check if the settings changed compared to the known ones from postgresql.conf - file (and auto + included ones). + Check if the settings changed compared to the known ones from last call of this + service. The "known" settings are recorded during the very first call of the service. To update the known settings after a configuration change, call this service again with the argument \ ``--save``\ . - This service needs to execute \ ``postgres -C PARAMETER_NAME``\ . You can use the - \ ``--path PATH_TO_POSTGRES``\ if the \ ``postgres``\ binary is not in the path. - No perfdata. Critical and Warning thresholds are ignored. - A WARNING is raised if at least one parameter changed. - - A CRITICAL is raised if the configuration could not been parsed, because of a - syntax error as instance. + A CRITICAL is raised if at least one parameter changed. @@ -1129,7 +1123,7 @@ VERSION ======= -check_pgactivity version 1.25, released on Thu Jan 28 2016. +check_pgactivity version 2.0, released on Mon Aug 29 2016. LICENSING diff --git a/check_pgactivity b/check_pgactivity index dcbc34a7..2a22e3ed 100755 --- a/check_pgactivity +++ b/check_pgactivity @@ -52,7 +52,7 @@ setlocale( LC_ALL, 'C' ); $| = 1; -$VERSION = '2.0_rc5'; +$VERSION = '2.0'; $PROGRAM = 'check_pgactivity'; my $PG_VERSION_MIN = 70400; @@ -6490,7 +6490,7 @@ __END__ =head2 VERSION -check_pgactivity version 2.0_rc1, released on Fri Jun 17 2016. +check_pgactivity version 2.0, released on Mon Aug 29 2016. =head2 LICENSING diff --git a/check_pgactivity.spec b/check_pgactivity.spec index 57f4f66f..9c6a7e7c 100644 --- a/check_pgactivity.spec +++ b/check_pgactivity.spec @@ -1,7 +1,7 @@ -%global _tag REL2_0_RC5 +%global _tag REL2_0 Name: nagios-plugins-pgactivity -Version: 2.0~rc5 +Version: 2.0 Release: 1 Summary: PostgreSQL monitoring plugin for Nagios License: PostgreSQL @@ -32,20 +32,24 @@ install -D -p -m 0755 check_pgactivity %{buildroot}/%{_libdir}/nagios/plugins/ch %doc README.rst LICENSE %changelog -* Mon Jul 26 2016 Jehan-Guillaume de Rorthais 2.0~rc5-1 -- update to release 2.0~rc5 - -* Mon Jul 22 2016 Jehan-Guillaume de Rorthais 2.0~rc4-1 -- update to release 2.0~rc4 - -* Mon Jul 21 2016 Jehan-Guillaume de Rorthais 2.0~rc3-1 -- update to release 2.0~rc3 - -* Mon Jul 04 2016 Jehan-Guillaume de Rorthais 2.0~rc2-1 -- update to release 2.0~rc2 - -* Fri Jun 17 2016 Jehan-Guillaume de Rorthais 2.0~rc1-1 -- update to release 2.0~rc1 +* Mon Aug 29 2016 Jehan-Guillaume de Rorthais 2.0-1 +- new major release 2.0 +- support various output format +- add output format "nagios_strict" +- add output format "debug" +- add output format "binary" +- add output format "human" +- force UTF8 encoding +- do not connect ot the cluster if using --dbinclude for service pg_dump_backup +- add argument --dump-status-file, useful for debugging +- add service "table_unlogged" +- add basic support to timeline cross in service archive_folder +- add service "settings" +- add service "invalid_indexes" +- fix a bug where pod2usage couldn't find the original script +- fix wal size computation for 9.3+ (255 -vs- 256 seg of 16MB) +- fix perl warning with pg_dump_backup related to unknown database +- fix buffers_backend unit in check_bgwriter * Thu Jan 28 2016 Jehan-Guillaume de Rorthais 1.25-1 - update to release 1.25