瀏覽代碼

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(