From ac65d3ebff9af92bae3c104a3da9d3faf9c1376b Mon Sep 17 00:00:00 2001 From: Caleb Hailey Date: Tue, 4 Aug 2015 13:23:53 -0700 Subject: [PATCH] first draft description --- sensu-plugins-postgres.gemspec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sensu-plugins-postgres.gemspec b/sensu-plugins-postgres.gemspec index 859c574..ef9d325 100644 --- a/sensu-plugins-postgres.gemspec +++ b/sensu-plugins-postgres.gemspec @@ -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 = '' s.executables = Dir.glob('bin/**/*').map { |file| File.basename(file) } s.files = Dir.glob('{bin,lib}/**/*') + %w(LICENSE README.md CHANGELOG.md)