From 20dd34f58de13f87da5846fb929dd3af19ceba0d Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 3 Dec 2019 19:16:02 +0800 Subject: [PATCH] update kafka --- jenkins/README.md | 3 +++ kafka/README.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/jenkins/README.md b/jenkins/README.md index 4340a83..f53041a 100644 --- a/jenkins/README.md +++ b/jenkins/README.md @@ -48,4 +48,7 @@ $ vim data/war/jsbundles/pluginSetupWizard.js var pluginManagerErrorTimeoutMillis = 10 * 1000; ``` +> Chinese users may add `-Dhudson.model.DownloadService.noSignatureCheck=true` option to use [plugin update mirror site][2]. + [1]: https://jenkins.io/index.html +[2]: https://mirrors.tuna.tsinghua.edu.cn/jenkins/updates/current/update-center.json diff --git a/kafka/README.md b/kafka/README.md index ef19282..a7f434b 100644 --- a/kafka/README.md +++ b/kafka/README.md @@ -24,3 +24,7 @@ $ kafkacat -P -b localhost:9092 -t my-topic # Consumer $ kafkacat -C -b localhost:9092 -t my-topic -o end -u -q | jq . ``` + +## Monitoring + +https://telegraf-kafka.readthedocs.io/en/stable/index.html