#** This email is sent to notify a PingFederate Administrator of a thread pool exhaustion event. *# #set( $messageKeyPrefix = "message-template-thread-pool-exhaustion." ) #set( $globalKeyPrefix = "global." )
 
#if ($COMPANY_LOGO_EXISTS == 'true')
 
 
 
#end

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

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

$templateMessages.getMessage($messageKeyPrefix, "mBeanName") ${MBEAN_NAME}
$templateMessages.getMessage($messageKeyPrefix, "mBeanAttribute") ${MBEAN_ATTRIBUTE}
$templateMessages.getMessage($messageKeyPrefix, "operator") ${OPERATOR}
$templateMessages.getMessage($messageKeyPrefix, "threshold") ${THRESHOLD}
$templateMessages.getMessage($messageKeyPrefix, "samples") ${SAMPLES}
$templateMessages.getMessage($messageKeyPrefix, "sampleIntervalSeconds") ${SAMPLE_INTERVAL_SECONDS}
$templateMessages.getMessage($messageKeyPrefix, "mBeanAttributeCurrentValue", $params) ${MBEAN_ATTRIBUTE_CURRENT_VALUE}

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

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