#** This email is sent to notify a PingFederate Administrator that a bulkhead has reached its notification alert threshold. *# #set( $messageKeyPrefix = "message-template-audit-logging-recovery." ) #set( $globalKeyPrefix = "global." )
 
#* EMAIL CONTENT START *# ## This header will be displayed if the file [pf-home]/server/default/conf/template/assets/images/company-logo.png exists #if ($COMPANY_LOGO_EXISTS == 'true') ## COMPANY LOGO
## PADDING
 
## LOGO DIVIDER
 
## PADDING
 
#end ## TEXT PARAGRAPHS

$templateMessages.getMessage($globalKeyPrefix, "greetings")

$templateMessages.getMessage($messageKeyPrefix, "message", $params)

#if ($params.get("CLUSTER_MODE") != "STANDALONE"))

$templateMessages.getMessage($messageKeyPrefix, "ipInfo", $params)
$templateMessages.getMessage($messageKeyPrefix, "indexInfo", $params)
$templateMessages.getMessage($messageKeyPrefix, "currentThreshold", $params)

#end

$templateMessages.getMessage($globalKeyPrefix, "bestRegards")
$templateMessages.getMessage($globalKeyPrefix, "pfTeam")

#* EMAIL CONTENT END *#
 
$templateMessages.getMessage($globalKeyPrefix, "footerMessage")