mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
30.22.2007 295f7dc1ac02bee5cb01095a624e53bb22414746
refs
author neil_a_wilson <neil_a_wilson@localhost>
Monday, July 30, 2007 07:22 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Monday, July 30, 2007 07:22 +0200
commit295f7dc1ac02bee5cb01095a624e53bb22414746
tree 061aab859fdf3d579fb76760a2fa930cde05018e tree | zip | gz
parent 25160feda5204dc73c78513d807270337f4c0c41 view | diff
Add two new configuration attributes, ds-cfg-enabled-alert-type and
ds-cfg-disabled-alert-type to alert handler configuration entries. If a set of
enabled alert types is given, then only alerts with one of those types will be
passed to the associated alert handler. If a set of disabled alert types is
given, then only alerts without one of those types will be passed to the
associated alert handler. If both enabled and disabled lists are provided,
then only alerts with a type on the enabled list and not on the disabled list
will be processed.

OpenDS Issue Number: 2027
2 files added
7 files modified
721 ■■■■■ changed files
opends/resource/schema/02-config.ldif 7 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AlertHandlerConfiguration.xml 57 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/AlertHandler.java 9 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 26 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/JMXAlertHandler.java 48 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SMTPAlertHandler.java 10 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/resource/config-changes.ldif 8 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/api/AlertHandlerTestCase.java 396 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/DummyAlertHandler.java 160 ●●●●● diff | view | raw | blame | history