diff --git a/checkpoint_soft_raid.mkp b/checkpoint_soft_raid.mkp index 3897ab2a2d9a6e33e0883ab7fb335bdcb343de34..0ce965de97064a5c2fe540dd9d7e7cb894b8b2b3 100644 Binary files a/checkpoint_soft_raid.mkp and b/checkpoint_soft_raid.mkp differ diff --git a/checks/checkpoint_soft_raid b/checks/checkpoint_soft_raid index 5ee8a9376b69ee42c0d9b26226603b9a21f31af4..1b084c0e12bcda02924bcb7501389bfa5756e2d0 100644 --- a/checks/checkpoint_soft_raid +++ b/checks/checkpoint_soft_raid @@ -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