From 7a036ecf56bdf5fab1e56a93a09a6f3c7106dc81 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Thu, 29 Apr 2021 13:09:22 +0000
Subject: [PATCH] Delete checkpoint_soft_raid.py

---
 web/plugins/wato/checkpoint_soft_raid.py | 33 ------------------------
 1 file changed, 33 deletions(-)
 delete mode 100644 web/plugins/wato/checkpoint_soft_raid.py

diff --git a/web/plugins/wato/checkpoint_soft_raid.py b/web/plugins/wato/checkpoint_soft_raid.py
deleted file mode 100644
index 47c994e..0000000
--- a/web/plugins/wato/checkpoint_soft_raid.py
+++ /dev/null
@@ -1,33 +0,0 @@
-#!/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',
-)
-- 
GitLab