From 6b56f98003728269b230e742481a80ba9a18c386 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Fri, 9 Jun 2023 16:09:50 +0000 Subject: [PATCH] Update README.md --- README.md | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a740265..3688496 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -# Cisco support APIs inventory plugin [(Download the MKP package)](/../../../-/raw/master/inv_cisco_support.mkp "Download MKP package") +# Cisco support APIs inventory plugin -**Note: this package is for CheckMK version 2.x. For other versions see the corresponding branch.** - -**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. +Adds live cycle information for Cisco devices to the inventory. * *inv_cisco_eox*: adds end of live information to the inventory * *inv_cisco_contract*: adds information about the support contract to the inventory @@ -11,32 +9,51 @@ **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 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. + In all plugins you can remove not needed columns from the inventory via WATO. --- -#### Want to contribute? -Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing") +### Download + +* [inv_cisco_support.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/inv_cisco_support/-/raw/master/inv_cisco_support.mkp "Download latest version") + +--- +### Installation + +You can install the package by uploading it to your CheckMK site and as site user run `mkp install inv_cisco_support.mkp`. + + +In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_) + --- +### Want to contribute? + +Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing") -## *inv_cisco_eox*: +--- +### *inv_cisco_eox* Sample output  -## *inv_cisco_contract*: +--- +### *inv_cisco_contract* Sample output  -## *inv_cisco_psirt*: +--- +### *inv_cisco_psirt* Sample output  -## *inv_cisco_bug*: +--- +### *inv_cisco_bug* Sample output -- GitLab