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

update project

parent 6bcd892c
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -36,7 +36,7 @@ def inventory_checkpoint_asg_vsls(info):
try:
asgVslsSgmRatio, asgVslsSystemPrimaryChassis = chassis_info[0]
yield None, {'inv_state': chassis_state[0]}
except KeyError:
except IndexError:
pass
......
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