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

update project

parent c7770f01
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
'num_files': 17, 'num_files': 17,
'title': 'Inventory for Cisco Bug, EoX, contract status, PSIRT advisories and ' 'title': 'Inventory for Cisco Bug, EoX, contract status, PSIRT advisories and '
'suggested software', 'suggested software',
'version': '2021-07-20.v0.1b', 'version': '20210720.v0.1b',
'version.min_required': '2.0.0', 'version.min_required': '2.0.0',
'version.packaged': '2021.07.14', 'version.packaged': '2021.09.20',
'version.usable_until': None} 'version.usable_until': None}
\ No newline at end of file
...@@ -22,6 +22,10 @@ from cmk.gui.plugins.views.inventory import ( ...@@ -22,6 +22,10 @@ from cmk.gui.plugins.views.inventory import (
decorate_inv_paint, decorate_inv_paint,
) )
from cmk.gui.plugins.visuals.inventory import (
FilterInvtableText,
)
from cmk.gui.i18n import _ from cmk.gui.i18n import _
from cmk.gui.plugins.views import ( from cmk.gui.plugins.views import (
...@@ -37,7 +41,7 @@ from cmk.gui.htmllib import HTML ...@@ -37,7 +41,7 @@ from cmk.gui.htmllib import HTML
# and set ENABLE_PAINTERS to True # and set ENABLE_PAINTERS to True
# #
ENABLE_PAINTERS = False ENABLE_PAINTERS = True
# ################################################################################# # #################################################################################
# #
...@@ -260,7 +264,7 @@ if ENABLE_PAINTERS: ...@@ -260,7 +264,7 @@ if ENABLE_PAINTERS:
'.hardware.support.cisco_eox:*.EndOfRoutineFailureAnalysisDate': {'title': _('End of routine failure analysis'), 'paint': 'date_status'}, '.hardware.support.cisco_eox:*.EndOfRoutineFailureAnalysisDate': {'title': _('End of routine failure analysis'), 'paint': 'date_status'},
'.hardware.support.cisco_eox:*.EndOfSaleDate': {'title': _('End of sale'), 'paint': 'date_status'}, '.hardware.support.cisco_eox:*.EndOfSaleDate': {'title': _('End of sale'), 'paint': 'date_status'},
'.hardware.support.cisco_eox:*.LastDateOfSupport': {'title': _('End of support'), 'paint': 'date_status'}, '.hardware.support.cisco_eox:*.LastDateOfSupport': {'title': _('End of support'), 'paint': 'date_status'},
'.hardware.support.cisco_eox:*.ProductBulletinNumber': {'title': _('EOL bulletin ID'), 'paint': 'eox_eolid'}, '.hardware.support.cisco_eox:*.ProductBulletinNumber': {'title': _('EOL bulletin ID'), 'filter': FilterInvtableText,'paint': 'eox_eolid'},
'.hardware.support.cisco_eox:*.Last_checked': {'title': _('Last checked'), 'paint': 'last_checked_status'}, '.hardware.support.cisco_eox:*.Last_checked': {'title': _('Last checked'), 'paint': 'last_checked_status'},
# SN2Info # SN2Info
......
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