Skip to content

Virtual Appliance Health Email Template

In IdentityNow, there are a number of emails used to notify users of certain milestones or other events.

If you have configured system notification emails for your organization, the Virtual Appliance Health email is sent when a virtual appliance changes status in your system.

Note

The global variable user might not work in this email, because the email address it sends to might not be correlated to an IdentityNow account.

Name: Virtual Appliance Health

Subject: $PRODUCT_NAME Notification: {total} #if(total == 1) A virtual appliance has #{else} Virtual appliances have #end changed status

Body:

Dear recipient,

#if($total == 1) A virtual appliance has #{else} Virtual appliances have #end changed status within your system.

#if (${clustersWithUnHealthyVAs.size()} != 0 )

You have unhealthy virtual appliances in ${clustersWithUnHealthyVAs.size()} #if(${clustersWithUnHealthyVAs.size()}==1) cluster #{else} clusters #end.

#foreach ($cluster in $clustersWithUnHealthyVAs)

In the '${cluster.name}' virtual appliance cluster, ${cluster.clients.size()} of ${cluster.totalClients} #if (${cluster.clients.size()} == 1) is #{else} are #end in an Unhealthy state.<br/>

#foreach ($va in ${cluster.clients})

   VA-${va.id} has been in ${va.status} state #if (${va.containsKey("since")}) for ${va.since} #end.

#end #end #end

#if (${clustersWithBackToNormalVAs.size()} != 0 )

#if ( ${clustersWithBackToNormalVAs.size()} == 1) A virtual appliance #{else} Virtual appliances #end in ${clustersWithBackToNormalVAs.size()} #if(${clustersWithBackToNormalVAs.size()}==1) cluster has #{else} clusters have #end moved into a Healthy state.

#foreach ($cluster in $clustersWithBackToNormalVAs)

In the '${cluster.name}' virtual appliance cluster, ${cluster.clients.size()} #if (${cluster.clients.size()} == 1) virtual appliance has #{else} virtual appliances have #end moved into a Healthy state.

#foreach ($va in ${cluster.clients})

   VA-${va.id} has been in a Healthy state #if (${va.containsKey("since")}) for ${va.since} #end

#end #end #end

Please sign in to ${PRODUCT_NAME} for more information.

Thank you,

The $PRODUCT_NAME Team

You are receiving this email because your email address was configured to receive ${PRODUCT_NAME} notification emails.

Attributes

This email template uses version 1 global variables and the following template-specific attributes:

Name Type Description
clustersWithBackToNormalVAs List The list of virtual appliance clusters that have virtual appliances in them that have returned to a healthy state.
clustersWithUnHealthyVAs List The list of virtual appliance clusters that have unhealthy virtual appliances in them.
total Integer The total number of virtual appliances that have changed status.