From e958ba714992feb6792cadad73999f143527fc3f Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Wed, 25 Oct 2023 06:00:24 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82734ca..ef39fb7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Adds live cycle information for Cisco devices to the inventory. **Note**: to get this plugins to work, you nedd access to the Cisco support APIs (see https://apiconsole.cisco.com/supportapis) -**Note**: to get the status colors and the clickable IDs for EOL, PSIRT and Bug you need to copy the file _`~/lib/check_mk/gui/plugins/views/inventory.py`_ 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`_ +~~**Note**: to get the status colors and the clickable IDs for EOL, PSIRT and Bug you need to copy the file _`~/lib/check_mk/gui/plugins/views/inventory.py`_ 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`_~~ +Don't work anymore in CMK 2.2.0. --- ### Download -- GitLab