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