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

feature request: ssl support for check_kafka (already supported in the Scala version at https://github.com/HariSekhon/Nagios-Plugin-Kafka) #221

Open
KlavsKlavsen opened this issue Jun 21, 2019 · 1 comment
Assignees

Comments

@KlavsKlavsen
Copy link

It would be nice with an option for SSL support options - supporting adding this to KafkaConsumer and KafkaProducer class..
security_protocol='SSL',
ssl_check_hostname=True,
ssl_cafile='CARoot.pem',
ssl_certfile='certificate.pem',
ssl_keyfile='key.pem')

@HariSekhon HariSekhon self-assigned this Dec 5, 2019
@HariSekhon
Copy link
Owner

SSL is actually already supported in the Scala version found at

https://github.com/harisekhon/nagios-plugin-kafka

You might just need to recompile it for the version of Kafka you have.

I'll leave this on the backlog for the Python and Perl versions.

@HariSekhon HariSekhon changed the title feature request: ssl support for check_kafka feature request: ssl support for check_kafka (already supported in the Scala version at https://github.com/HariSekhon/Nagios-Plugin-Kafka) Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants