Skip to content

Commit 3386156

Browse files
committed
update CHANGELOG
1 parent 525442b commit 3386156

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [Unreleased]
7-
### Updated
8-
- metrics-postgres-query.rb: Added option to return multi row queries.
7+
### Added
8+
- metrics-postgres-query.rb: Add option to return multi row queries. (@Micasou)
99

1010
### Fixed
11-
- check-postgres-alive.rb: Fix connections using a custom port (#25)
11+
- check-postgres-alive.rb: Fix connections using a custom port (#25 via @mickfeech)
1212
- check-postgres-connections.rb: Fix connections using a custom port (#25)
1313
- check-postgres-query.rb: Fix connections using a custom port (#25)
1414
- check-postgres-replication.rb: Fix connections using a custom port (#25)
1515
- metrics-postgres-connections.rb: Fix connections using a custom port (#25)
1616
- metrics-postgres-dbsize.rb: Fix connections using a custom port (#25)
1717
- metrics-postgres-graphite.rb: Fix connections using a custom port (#25)
18-
- metrics-postgres-graphite.rb: Fix connections using password
18+
- metrics-postgres-graphite.rb: Fix connections using password (@teadur)
1919
- metrics-postgres-locks.rb: Fix connections using a custom port (#25)
2020
- metrics-postgres-statsgbwriter.rb: Fix connections using a custom port (#25)
2121
- metrics-postgres-statsdb.rb: Fix connections using a custom port (#25)
2222
- metrics-postgres-statsio.rb: Fix connections using a custom port (#25)
2323
- metrics-postgres-statstable.rb: Fix connections using a custom port (#25)
2424
- metrics-postgres-query.rb: Fix connections using a custom port (#25)
25+
- check-postgres-connections.rb: Fix logic to check critical first then warning (#24 via @nevins-b)
2526

2627
## [1.0.1] - 2017-01-04
2728
### Fixed

0 commit comments

Comments
 (0)