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

update project

parent b6dfca17
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
# opengear base inventory
#
# 2022-11-08: fixed crash in parse function on empty inv_data
#
# 2022-11-09: removed ' ()' from firmware version
#
# sample string_table
# [
......@@ -107,7 +107,7 @@ def parse_inv_opengear_base(string_table: List[StringTable]) -> Optional[List]:
for key, value in [
('vendor', 'opengear'),
('version', firmware_version),
('version', firmware_version.rstrip(' ()')),
]:
if not value == '':
section.append((invPath, key, value))
......
No preview for this file type
......@@ -14,7 +14,7 @@
'name': 'inv_opengear_base',
'num_files': 1,
'title': 'opengear base inventory',
'version': '20221108.v.0.01a',
'version': '20221109.v.0.01b',
'version.min_required': '2.0.0',
'version.packaged': '2021.09.20',
'version.usable_until': None}
\ No newline at end of file
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