This project adheres to Semantic Versioning.
This CHANGELOG follows the format listed here.
2.3.2 - 2019-03-12
- Support for PostgreSQL v10+ replication function names fixed in
bin/metric-postgres-graphite.rb
(@jfineberg)
2.3.1 - 2018-12-16
- metric-postgres-statsdb.rb: Change
Array
method fromappend
topush
to maintain compatibility w/ non-EOL Rubies (@phumpal)
2.3.0 - 2018-12-08
- metric-postgres-statsdb.rb: Add --all-databases option. (@cyrilgdn)
2.2.2 - 2018-10-27
- Remove unexplicit dependency on ActiveSupport (@multani)
2.2.1 - 2018-10-16
- updated yard dependency to
~> 0.9.11
per: https://nvd.nist.gov/vuln/detail/CVE-2017-17042 (@majormoses)
2.2.0 - 2018-10-16
- metric-postgres-statsbgwriter.rb: additional metrics (@phumpal)
- metric-postgres-statsdb.rb additional metrics (@phumpal)
2.1.0 - 2018-10-16
- Moves check_vsn and compute_lag to library method (@phumpal)
2.0.0 - 2018-10-15
- Remove unsupported Rubies:
< 2.3.0
(@phumpal)
1.4.6 - 2018-05-03
- version number check for build strings such as
10.3 (Ubuntu 10.3-1.pgdg16.04+1)
(@jfineberg)
- tests for connecting with a pgpass file (@majormoses)
1.4.5 - 2018-02-15
- metric-postgres-graphite.rb: use the custom defined port when connecting to slave (@henkjan)
- basic skel for integration testing with postgres (@majormoses)
- added test for
./bin/check-postgres-alive.rb
1.4.4 - 2017-11-08
- check-postgres-replication.rb: fix 9.x compatibility
1.4.3 - 2017-11-06
- check-postgres-replication.rb: maintains backwards compatibility with <= 9.6 and adds compatibility for >= 10
1.4.2 - 2017-09-27
- metric-postgres-locks.rb: Fix lock count collection (@madboxkr)
1.4.1 - 2017-09-26
- metrics-postgres-query.rb: Add a nil check to avoid failure when the query result is empty (@eheydrick)
- PR template spelling (@majormoses)
- updated CHANGELOG guidelines location (@majormoses)
1.4.0 - 2017-08-04
- all checks now support using the pgpass file and is backwards compatible with the previous versions (@ahes)
1.3.0 - 2017-07-25
- Take into account reserved superuser connections in check-postgres-connections.rb (@Evesy)
- Ruby 2.4.1 testing
1.2.0 - 2017-07-12
- metric-postgres-statsdb.rb: Adds new metric
numbackends
. (@phumpal)
1.1.2 - 2017-06-02
- check-postgresq-replication.rb: Adds missing option for custom port.
1.1.1 - 2017-04-24
- metrics-postgres-query.rb: Restored default value to only return first value in query. (@Micasou)
1.1.0 - 2017-04-20
- metrics-postgres-query.rb: Add option to return multi row queries. (@Micasou)
- check-postgres-alive.rb: Fix connections using a custom port (#25 via @mickfeech)
- check-postgres-connections.rb: Fix connections using a custom port (#25)
- check-postgres-query.rb: Fix connections using a custom port (#25)
- check-postgres-replication.rb: Fix connections using a custom port (#25)
- metrics-postgres-connections.rb: Fix connections using a custom port (#25)
- metrics-postgres-dbsize.rb: Fix connections using a custom port (#25)
- metrics-postgres-graphite.rb: Fix connections using a custom port (#25)
- metrics-postgres-graphite.rb: Fix connections using password (@teadur)
- metrics-postgres-locks.rb: Fix connections using a custom port (#25)
- metrics-postgres-statsgbwriter.rb: Fix connections using a custom port (#25)
- metrics-postgres-statsdb.rb: Fix connections using a custom port (#25)
- metrics-postgres-statsio.rb: Fix connections using a custom port (#25)
- metrics-postgres-statstable.rb: Fix connections using a custom port (#25)
- metrics-postgres-query.rb: Fix connections using a custom port (#25)
- check-postgres-connections.rb: Fix logic to check critical first then warning (#24 via @nevins-b)
1.0.1 - 2017-01-04
- metrics-postgres-query.rb: Fix
count_tuples
option (#23) (@eheydrick)
1.0.0 - 2016-12-27
- metric-postgres-connections: Handle postgres version 9.6 and above.
- Ruby 1.9.3 and 2.0.0 support
- Ruby 2.3.0 support
- Update all the scripts to add an optional timeout setting.
0.1.1 - 2016-03-24
- metric-postgres-connections: Add new metric
total
- metric-postgres-connections: Correctly evaluate and collect metrics for active connections and active connections waiting on backend locks
0.1.0 - 2016-03-09
- Add new plugin
check-postgres-connections
that checks the number of connections to a DB
0.0.7 - 2015-12-10
- fixed [ -S | -ssl ] short option
0.0.6 - 2015-10-08
- standardized headers
- added plugins for querying postgres
0.0.5 - 2015-10-06
- updated pg gem to 0.18.3
- Added port cli option to postgres-graphite.rb.
0.0.4 - 2015-08-04
- general cleanup, no code changes
0.0.3 - 2015-07-14
- updated sensu-plugin gem to 1.2.0
0.0.2 - 2015-06-03
- added binstubs
- removed cruft from /lib
- initial release