Skip to content

Commit

Permalink
Release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ioguix committed Aug 29, 2016
1 parent 0ce19c1 commit 9eec444
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 29 deletions.
16 changes: 5 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions check_pgactivity
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ setlocale( LC_ALL, 'C' );

$| = 1;

$VERSION = '2.0_rc5';
$VERSION = '2.0';
$PROGRAM = 'check_pgactivity';

my $PG_VERSION_MIN = 70400;
Expand Down Expand Up @@ -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
Expand Down
36 changes: 20 additions & 16 deletions check_pgactivity.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <jgdr@dalibo.com> 2.0~rc5-1
- update to release 2.0~rc5

* Mon Jul 22 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 2.0~rc4-1
- update to release 2.0~rc4

* Mon Jul 21 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 2.0~rc3-1
- update to release 2.0~rc3

* Mon Jul 04 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 2.0~rc2-1
- update to release 2.0~rc2

* Fri Jun 17 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 2.0~rc1-1
- update to release 2.0~rc1
* Mon Aug 29 2016 Jehan-Guillaume de Rorthais <jgdr@dalibo.com> 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 <jgdr@dalibo.com> 1.25-1
- update to release 1.25
Expand Down

0 comments on commit 9eec444

Please sign in to comment.