Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify that this is not a community owned or maintained plugin #22

Merged
merged 1 commit into from
Dec 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
clarify that this is not a community owned or maintained plugin
Signed-off-by: Ben Abrams <me@benabrams.it>
  • Loading branch information
majormoses committed May 18, 2018
commit 555998f01bda163e32876c4b41fa68bba5b8fef3
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