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

Update inv_cisco_support.py

parent 6ea2b7ee
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,6 @@ inventory_displayhints.update({
'.hardware.support.cisco_eox:*.MigrationInformation': {'title': _('Migration information'), },
'.hardware.support.cisco_eox:*.MigrationProductInfoURL': {'title': _('Migration PID URL'), },
'.hardware.support.cisco_eox:*.MigrationProductName': {'title': _('Migration product name'), },
'.hardware.support.cisco_eox:*.Last_checked': {'title': _('Last checked'), 'paint': 'last_checked_status'}, #
})
# SN2Info (contract) display hints
......@@ -262,6 +261,7 @@ if ENABLE_PAINTERS:
'.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:*.ProductBulletinNumber': {'title': _('EOL bulletin ID'), 'paint': 'eox_eolid'},
'.hardware.support.cisco_eox:*.Last_checked': {'title': _('Last checked'), 'paint': 'last_checked_status'},
# SN2Info
'.hardware.support.cisco_contract:*.Last_checked': {'title': _('Last checked'), 'paint': 'last_checked_status'},
......@@ -286,6 +286,7 @@ else:
'.hardware.support.cisco_eox:*.EndOfSaleDate': {'title': _('End of sale')},
'.hardware.support.cisco_eox:*.LastDateOfSupport': {'title': _('End of support')},
'.hardware.support.cisco_eox:*.ProductBulletinNumber': {'title': _('EOL bulletin ID')},
'.hardware.support.cisco_eox:*.Last_checked': {'title': _('Last checked'),},
# SN2Info
'.hardware.support.cisco_contract:*.Last_checked': {'title': _('Last checked')},
......
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