The duplicate-alert-time-limit property specifies the length of time that must pass before duplicate messages are sent over the administrative alert framework.

The duplicate-alert-limit property specifies the maximum number of duplicate alert messages that can be sent over the administrative alert framework in the time limit specified in the duplicate-alert-time-limit property.

To configure the maximum number of times an alert is generated within a particular timeframe for the same condition:

  • Run dsconfig.
    $ bin/dsconfig set-global-configuration-prop \ 
      --set duplicate-alert-limit:2 \ 
      --set "duplicate-alert-time-limit:3 minutes"