Skip to content

Commit 028ccec

Browse files
teadursstarcher
authored andcommitted
Fix password (#28)
* Fix password * Update CHANGELOG.md
1 parent bed1616 commit 028ccec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
1212
- metrics-postgres-connections.rb: Fix connections using a custom port (#25)
1313
- metrics-postgres-dbsize.rb: Fix connections using a custom port (#25)
1414
- metrics-postgres-graphite.rb: Fix connections using a custom port (#25)
15+
- metrics-postgres-graphite.rb: Fix connections using password
1516
- metrics-postgres-locks.rb: Fix connections using a custom port (#25)
1617
- metrics-postgres-statsgbwriter.rb: Fix connections using a custom port (#25)
1718
- metrics-postgres-statsdb.rb: Fix connections using a custom port (#25)

bin/metric-postgres-graphite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class CheckpostgresReplicationStatus < Sensu::Plugin::Metric::CLI::Graphite
5353
long: '--username=VALUE',
5454
description: 'Database username'
5555

56-
option :pass,
56+
option :password,
5757
short: '-p',
5858
long: '--password=VALUE',
5959
description: 'Database password'

0 commit comments

Comments
 (0)