1
0
Эх сурвалжийг харах

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

Michael Honkoop 4 сар өмнө
parent
commit
a515a27766

+ 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(