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

update project

parent 9583f69b
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ def inventory_hw_modules(params, section: List[Dict]) -> InventoryResult:
for module in section:
# do not add parts without serial number
if allparts is False and module.get('serial_number', None) is None:
if allparts is False and module['serial_number'] is None:
continue
key_columns = {'index': module['index']}
......
No preview for this file type
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