Skip to content

Commit

Permalink
Merge pull request #22 from majormoses/fix/source-code-url
Browse files Browse the repository at this point in the history
clarify that this is not a community owned or maintained plugin
  • Loading branch information
obazoud authored Dec 22, 2018
2 parents 8f65633 + 555998f commit 63169d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[![Build Status](https://travis-ci.org/obazoud/sensu-plugins-kafka.svg?branch=master)](https://travis-ci.org/obazoud/sensu-plugins-kafka) [![Gem Version](https://badge.fury.io/rb/sensu-plugins-kafka.svg)](https://badge.fury.io/rb/sensu-plugins-kafka)

## Community Status

This plugin is not officially supporting this plugin please see https://github.com/sensu-plugins/sensu-plugins-kafka for the officially maintained community plugin.

## Functionality

**check-consumer-lag.rb**
Expand Down
8 changes: 4 additions & 4 deletions sensu-plugins-kafka.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ else
end

Gem::Specification.new do |s|
s.authors = ['Sensu-Plugins and contributors']
s.authors = ['Olivier Bazoud and contributors']
s.cert_chain = ['certs/sensu-plugins.pem']
s.date = Date.today.to_s
s.description = 'Sensu plugins for Kafka'
s.email = '<sensu-users@googlegroups.com>'
s.description = 'Non Community Sensu plugins for Kafka'
s.email = 'olivier.bazoud@gmail.com'
s.executables = Dir.glob('bin/**/*').map { |file| File.basename(file) }
s.files = Dir.glob('{bin,lib}/**/*') + %w(LICENSE README.md CHANGELOG.md)
s.homepage = 'https://github.com/sensu-plugins/sensu-plugins-kafka'
s.homepage = 'https://github.com/obazoud/sensu-plugins-kafka'
s.license = 'MIT'
s.metadata = { 'maintainer' => 'sensu-plugin',
'development_status' => 'active',
Expand Down

0 comments on commit 63169d2

Please sign in to comment.