• Use dsconfig to configure the maximum number of times an alert is generated within a particular timeframe for the same condition. 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 should be sent over the administrative alert framework in the time limit specified in the duplicate-alert-time-limit property.
    $ bin/dsconfig set-global-configuration-prop \ 
      --set duplicate-alert-limit:2 \ 
      --set "duplicate-alert-time-limit:3 minutes"