Skip to content

Commit

Permalink
Merge pull request #2 from sensu-plugins/feature/description
Browse files Browse the repository at this point in the history
Add a meaningful description
  • Loading branch information
tas50 committed Aug 4, 2015
2 parents 86f12c5 + ac65d3e commit bd4d3d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sensu-plugins-postgres.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ Gem::Specification.new do |s|
s.authors = ['Sensu-Plugins and contributors']
s.cert_chain = ['certs/sensu-plugins.pem']
s.date = Date.today.to_s
s.description = 'Sensu plugins for postgres'
s.description = 'This plugin provides native PostrgreSQL
instrumentation for monitoring and metrics
collection, including: service health, database
connectivity, database locks, replication status,
database size, `pg_stat_bgwriter` metrics, and
more.'
s.email = '<[email protected]>'
s.executables = Dir.glob('bin/**/*').map { |file| File.basename(file) }
s.files = Dir.glob('{bin,lib}/**/*') + %w(LICENSE README.md CHANGELOG.md)
Expand Down

0 comments on commit bd4d3d8

Please sign in to comment.