From c0e3be83cfc9d891799eaea67949d434d393ab55 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Wed, 25 Oct 2023 06:02:20 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef39fb7..b1be0e8 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ 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 -*wato*: In all plugins you can remove not needed columns from the inventory. +*WATO*: In all plugins you can remove not needed columns from 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 this plugins to work, you nedd access to the [Cisco support APIs](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`_~~ Don't work anymore in CMK 2.2.0. @@ -26,8 +26,8 @@ Don't work anymore in CMK 2.2.0. You can install the package by uploading it to your CheckMK site and as site user run ``` -mkp add inv_cisco_support-0.0.3-20230802.mkp -mkp enable inv_cisco_support 0.0.3-20230802 +mkp add PACKAGENAME-VERSION.mkp +mkp enable PACKAGENAME VERSION ``` In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_) -- GitLab