Skip to content

Commit bd4d3d8

Browse files
committed
Merge pull request #2 from sensu-plugins/feature/description
Add a meaningful description
2 parents 86f12c5 + ac65d3e commit bd4d3d8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sensu-plugins-postgres.gemspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ Gem::Specification.new do |s|
1515
s.authors = ['Sensu-Plugins and contributors']
1616
s.cert_chain = ['certs/sensu-plugins.pem']
1717
s.date = Date.today.to_s
18-
s.description = 'Sensu plugins for postgres'
18+
s.description = 'This plugin provides native PostrgreSQL
19+
instrumentation for monitoring and metrics
20+
collection, including: service health, database
21+
connectivity, database locks, replication status,
22+
database size, `pg_stat_bgwriter` metrics, and
23+
more.'
1924
s.email = '<sensu-users@googlegroups.com>'
2025
s.executables = Dir.glob('bin/**/*').map { |file| File.basename(file) }
2126
s.files = Dir.glob('{bin,lib}/**/*') + %w(LICENSE README.md CHANGELOG.md)

0 commit comments

Comments
 (0)