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

update project

parent 23df5354
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -128,7 +128,7 @@ def inventory_checkpoint_soft_raid(parse):
yield item, [volume, disksonvolume]
def check_checkpoint_soft_raid(_no_item, _no_params, parse):
def check_checkpoint_soft_raid(item, _no_params, parse):
raidvolumestate = {
0: 'OPTIMAL',
1: 'DEGRADED',
......@@ -263,7 +263,7 @@ check_info['checkpoint_soft_raid'] = {
'inventory_function' : inventory_checkpoint_soft_raid,
'parse_function' : parse_checkpoint_soft_raid,
'default_levels_variable' : 'checkpoint_soft_raid_defaults',
'service_description' : 'Soft RAID',
'service_description' : 'Soft RAID %s',
'group' : 'checkpoint_soft_raid',
'has_perfdata' : True,
'snmp_scan_function': lambda oid: (oid('.1.3.6.1.2.1.1.2.0').startswith('.1.3.6.1.4.1.2620.1.6.123.1') or
......
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