Преглед на файлове

Update 'plugins/edirectory_monitor/rulesets/special_agent_edirectory_monitor.py'

Michael Honkoop преди 4 месеца
родител
ревизия
a515a27766
променени са 1 файла, в които са добавени 1 реда и са изтрити 8 реда
  1. 1 8
      plugins/edirectory_monitor/rulesets/special_agent_edirectory_monitor.py

+ 1 - 8
plugins/edirectory_monitor/rulesets/special_agent_edirectory_monitor.py

@@ -15,16 +15,9 @@ def _parameter_form() -> Dictionary:
     return Dictionary(
         help_text=Help(
             "This rule selects the Agent eDirectory Monitor instead of the normal Checkmk Agent "
-            "which collects information through a LDAP call to cn=Monitor"
+            "which collects information through a LDAP(S) call to cn=Monitor"
         ),
         elements={
-            "ldap_uri": DictElement(
-                required=True,
-                parameter_form=String(
-                    title=Title("LDAP URL"),
-                    custom_validate=(validators.LengthInRange(min_value=1),),
-                ),
-            ),
             "user": DictElement(
                 required=True,
                 parameter_form=String(