From 2515d3abf09d4017de26a4bfee4fc4910d42d052 Mon Sep 17 00:00:00 2001 From: Ilya Date: Thu, 26 Jan 2017 09:46:26 +0900 Subject: [PATCH] python readme and elasticsearch conf file update: requests package --- conf.d/python.d/elasticsearch.conf | 7 +++++++ python.d/README.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/conf.d/python.d/elasticsearch.conf b/conf.d/python.d/elasticsearch.conf index 1faee858..f98aaece 100644 --- a/conf.d/python.d/elasticsearch.conf +++ b/conf.d/python.d/elasticsearch.conf @@ -62,6 +62,13 @@ # cluster_stats: False/True # Calls to cluster stats elasticsearch API. Enabled by default. # # ---------------------------------------------------------------------- +# IMPORTANT Information +# +# Module uses python `requests` package +# +# You need to install it manually. (python-requests or python3-requests depending on the version of python). +# +# # AUTO-DETECTION JOBS # only one of them will run (they have the same name) # diff --git a/python.d/README.md b/python.d/README.md index 75f5614a..5fccf30b 100644 --- a/python.d/README.md +++ b/python.d/README.md @@ -307,6 +307,12 @@ If no configuration is given, module will attempt to connect to dovecot using un Module monitor elasticsearch performance and health metrics +**Requirements:** + * python `requests` package. + +You need to install it manually. (python-requests or python3-requests depending on the version of python). + + It produces: 1. **Search performance** charts: -- 2.39.2