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

Delete checkpoint_soft_raid.py

parent ecb0658d
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python
# -*- encoding: utf-8; py-indent-offset: 4 -*-
#
# License: GNU General Public License v2
#
# Author: thl-cmk[at]outlook[dot]com
# URL : https://thl-cmk.hopto.org
#
# Check_MK checkpoint_soft_rais WATO plugin
#
#
#
register_check_parameters(
subgroup_networking,
'checkpoint_soft_raid',
_('Check Point Soft Raid'),
Dictionary(
help=_(''),
elements=[
('ignore_disks',
TextUnicode(
title=_('list of comma separated disk IDs to ignore'),
help=_('This is usefull for RAID Arrays with missing disks like on the Smart-1 5150. There the '
'array is configured for 12 Disk but in the default Hardware are only 6 Disks.'),
default_value=None,
allow_empty=False,
)),
],
),
None,
match_type='dict',
)
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