#** This email is sent to notify a PingFederate Administrator that a bulkhead has reached its notification alert threshold. *# #set( $messageKeyPrefix = "message-template-bulkhead-alert." ) #set( $globalKeyPrefix = "global." )
 
#if ($COMPANY_LOGO_EXISTS == 'true')
 
 
 
#end

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

$templateMessages.getMessage($messageKeyPrefix, "message", $params) #if (${THREAD_DUMP_GENERATED})
$templateMessages.getMessage($messageKeyPrefix, "threadDumpGenerated") #end

$templateMessages.getMessage($messageKeyPrefix, "bulkheadId", $params)
$templateMessages.getMessage($messageKeyPrefix, "maxConcurrentCalls", $params)
$templateMessages.getMessage($messageKeyPrefix, "inUseConcurrentCalls", $params)

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

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