Configuring duplicate alert suppression - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

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"