File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
12
12
- metrics-postgres-connections.rb: Fix connections using a custom port (#25 )
13
13
- metrics-postgres-dbsize.rb: Fix connections using a custom port (#25 )
14
14
- metrics-postgres-graphite.rb: Fix connections using a custom port (#25 )
15
+ - metrics-postgres-graphite.rb: Fix connections using password
15
16
- metrics-postgres-locks.rb: Fix connections using a custom port (#25 )
16
17
- metrics-postgres-statsgbwriter.rb: Fix connections using a custom port (#25 )
17
18
- metrics-postgres-statsdb.rb: Fix connections using a custom port (#25 )
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class CheckpostgresReplicationStatus < Sensu::Plugin::Metric::CLI::Graphite
53
53
long : '--username=VALUE' ,
54
54
description : 'Database username'
55
55
56
- option :pass ,
56
+ option :password ,
57
57
short : '-p' ,
58
58
long : '--password=VALUE' ,
59
59
description : 'Database password'
You can’t perform that action at this time.
0 commit comments