Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit c0e3be83 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent e958ba71
No related branches found
No related tags found
No related merge requests found
...@@ -8,9 +8,9 @@ Adds live cycle information for Cisco devices to the inventory. ...@@ -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_psirt*: adds information about security related issues to the inventory
* *inv_cisco_bug*: adds information about known 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`_~~ ~~**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. Don't work anymore in CMK 2.2.0.
...@@ -26,8 +26,8 @@ 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 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 add PACKAGENAME-VERSION.mkp
mkp enable inv_cisco_support 0.0.3-20230802 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_) In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment