浏览代码

Added exclusion option for sections

Michael Honkoop 2 月之前
父节点
当前提交
5634dde8bb
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      plugins/edirectory_monitor/rulesets/special_agent_edirectory_monitor.py

+ 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,
+            ),
         },
     )