From 92d99fae094fca608f9e2f802f89917aa54850a6 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Mon, 1 Mar 2021 19:37:29 +0100
Subject: [PATCH] Delete checkpoint_asg_tests.py

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

diff --git a/web/plugins/wato/checkpoint_asg_tests.py b/web/plugins/wato/checkpoint_asg_tests.py
deleted file mode 100644
index c07ab0c..0000000
--- a/web/plugins/wato/checkpoint_asg_tests.py
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/usr/bin/python
-# -*- encoding: utf-8; py-indent-offset: 4 -*-
-#
-#
-register_check_parameters(
-    subgroup_applications,
-    'checkpoint_asg_tests',
-    _('Check Point ASG tests'),
-    Dictionary(
-        #  help=_(''),
-        elements=[
-            ('asg_tests_ignore',
-             ListOfStrings(
-                 title=_('Index list of ASG tests to ignore'),
-                 orientation='horizontal',
-                 allow_empty=False,
-                 valuespec=Integer(minvalue=1, maxvalue=99, allow_empty=False),
-                 help=_('there will be no warning/critical if this tests are not "Passed"'),
-             )
-             ),
-            ('asg_tests_warning',
-             ListOfStrings(
-                 title=_('Set monitoring state to warining if ASG test state is "Failed"'),
-                 orientation='horizontal',
-                 allow_empty=False,
-                 valuespec=Integer(minvalue=1, maxvalue=99, allow_empty=False),
-                 #help=_('there will be no warning/critical if this tests are not "Passed"'),
-             )
-             ),
-        ],
-    ),
-    None,
-    match_type='dict',
-)
-- 
GitLab