From 19ef58e4554724d3452feb08b074377108bde6f3 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Fri, 9 Jun 2023 16:48:43 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3688496..26821ec 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@ Adds live cycle information for Cisco devices to the inventory.
 *  *inv_cisco_psirt*: adds information about security related issues to the inventory
 *  *inv_cisco_bug*: adds information about known issues to the inventory
 
-**Note**: to get this plugins to work, you nedd access to the Cisco support APIs (see https://apiconsole.cisco.com/supportapis)
+*wato*: In all plugins you can remove not needed columns from the inventory.
 
-**Note**: to get the status colors and the clickable IDs for EOL, PSIRT and Bug you need to change the _~/lib/python/cmk/gui/plugins/views/inventory.py_ file of your CMK site installation. See [inv_cisco_support.py](/web/plugins/views/inv_cisco_support.py) file (beginning at line 36) for details.
+**Note**: to get this plugins to work, you nedd access to the Cisco support APIs (see https://apiconsole.cisco.com/supportapis)
 
-In all plugins you can remove not needed columns from the inventory via WATO.
+**Note**: to get the status colors and the clickable IDs for EOL, PSIRT and Bug you need to copy _`~/lib/check_mk/gui/plugins/views/inventory.py`_ file of your CMK site installation to _`~/local/lib/check_mk/gui/plugins/views`_. Then change the value of `ENABLE_PAINTERS` from `False` to `True` in  _`~/local/lib/check_mk/gui/plugins/views/inv_cisco_livecycle.py`_ 
 
 ---
 ### Download
-- 
GitLab