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

update project

parent 8fc642a2
No related branches found
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/cisco_cellular_lte-0.0.3-20240615.mkp "cisco_cellular_lte-0.0.3-20240615.mkp"
# Cisco 2G/3G/4G wireless connection
This package contains the two plugins. The check plugin **_cisco_cellular_lte_** and the inventory plugin **_inv_cisco_cellular_lte_**.
......
File deleted
File moved
File moved
File moved
File moved
File added
File moved
......@@ -6,11 +6,11 @@
'inv_cisco_cellular_lte.py'],
'checkman': ['cisco_cellular_lte'],
'gui': ['metrics/cisco_cellular_lte.py',
'views/inv_cisco_cellular_lte.py',
'wato/cisco_cellular_lte.py']},
'wato/cisco_cellular_lte.py'],
'web': ['plugins/views/inv_cisco_cellular_lte.py']},
'name': 'cisco_cellular_lte',
'title': 'Cisco cellular LTE',
'version': '20230220.v0.0.2a',
'version.min_required': '2.1.0',
'version.packaged': '2.1.0p21',
'version.usable_until': None}
\ No newline at end of file
'version': '0.0.3-20240615',
'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p24',
'version.usable_until': '2.3.0b1'}
......@@ -9,13 +9,11 @@
# File : view/inv_cisco_cellular_lte.py
#
# 2023-02-20: moved from ~/local/share/check_mk/... to ~/local/lib/check_mk...
#
# 2024-06-15: modified imports for cmk 2.2
# moved back to ~/local/share/check_mk/web/plugins/views
from cmk.gui.i18n import _
from cmk.gui.plugins.views.utils import (
inventory_displayhints,
)
from cmk.gui.plugins.views.inventory import declare_invtable_view
from cmk.gui.views.inventory.registry import inventory_displayhints
inventory_displayhints.update({
'.networking.cellular:': {
......@@ -47,5 +45,3 @@ inventory_displayhints.update({
'.networking.cellular:*.apn': {'short': _('APN'), 'title': _('Access Point Name (APN)')},
'.networking.cellular:*.service_type': {'title': _('Service type'), },
})
declare_invtable_view('invcellularlte', '.networking.cellular:', _('Cellular (LTE)'), _('Cellular (LTE)'))
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