Browse Source

Added exclusion option for sections

Michael Honkoop 2 tháng trước cách đây
mục cha
commit
5634dde8bb

+ 9 - 0
plugins/edirectory_monitor/rulesets/special_agent_edirectory_monitor.py

@@ -51,6 +51,15 @@ def _parameter_form() -> Dictionary:
                 ),
                 required=False,
             ),
+            "exclude_sections": DictElement(
+                parameter_form=String(
+                    title=Title("Exclude (comma-separated) Monitor sections"),
+                    help_text=Help(
+                        "Exclude subsection(s) of cn=Monitor comma-separated per section (Agent,Dclient,DHOST,LDAP,RecordManager,IDM)."
+                    ),
+                ),
+                required=False,
+            ),
         },
     )