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 ee75055f authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 83bcd008
No related branches found
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/inv_cisco_support-0.3.0-20231025.mkp "inv_cisco_support-0.3.0-20231025.mkp"
[PACKAGE]: ../../raw/master/mkp/inv_cisco_support-0.3.1-20240615.mkp "inv_cisco_support-0.3.1-20240615.mkp"
# Cisco support APIs inventory plugin
Adds live cycle information for Cisco devices to the inventory.
......
File added
......@@ -29,16 +29,16 @@
'ciscoapi/cisco-psirt.py',
'ciscoapi/cisco-bug.py',
'ciscoapi/cisco_live_cycle_utils.py'],
'gui': ['views/inv_cisco_livecycle.py',
'wato/inv_cisco_bug.py',
'gui': ['wato/inv_cisco_bug.py',
'wato/inv_cisco_contract.py',
'wato/inv_cisco_eox.py',
'wato/inv_cisco_psirt.py'],
'web': ['htdocs/css/inv_cisco_support.css']},
'web': ['htdocs/css/inv_cisco_support.css',
'plugins/views/inv_cisco_livecycle.py']},
'name': 'inv_cisco_support',
'title': 'Inventory for Cisco Bug, EoX, contract status, PSIRT advisories and '
'suggested software',
'version': '0.3.0-20231025',
'version': '0.3.1-20240615',
'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p24',
'version.usable_until': '2.3.0b1'}
......@@ -17,6 +17,7 @@
# 2023-10-08: modified imports for cmk 2.2.x
# removed declare_view
# 2023-10-25: fixed loading of painters for CMK 2.2.0
# 2024-06-15: moved view back to ~/local/share/check_mk/web/plugin/views
import time
from cmk.gui.i18n import _
......
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