From 4d24ceb1ed05ec2452f0dfeee9e2c391c26d4402 Mon Sep 17 00:00:00 2001 From: Markus Frei Date: Thu, 16 May 2024 08:41:31 +0200 Subject: [PATCH] feed: Update README --- check-plugins/feed/README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/check-plugins/feed/README.rst b/check-plugins/feed/README.rst index cce883b9..5fd731a6 100644 --- a/check-plugins/feed/README.rst +++ b/check-plugins/feed/README.rst @@ -127,6 +127,20 @@ Perfdata / Metrics There is no perfdata. +Troubleshooting +--------------- + +Python module "BeautifulSoup4" is not installed. + .. code-block:: bash + + sudo -u icinga pip3 install --user BeautifulSoup4 + +Couldn't find a tree builder with the features you requested: xml. Do you need to install a parser library? + .. code-block:: bash + + sudo -u icinga pip3 install --user lxml + + Credits, License ----------------