![JAR search and dependency download from the Maven repository](/logo.png)
templates.eureka.navbar.ftlh Maven / Gradle / Ivy
System Status
<#if amazonInfo??>
EUREKA SERVER
AMI: ${amiId!}
Zone
${availabilityZone!}
instance-id
${instanceId!}
#if>
Environment
${environment!}
Data center
${datacenter!}
Current time
${currentTime}
Uptime
${upTime}
Lease expiration enabled
${registry.leaseExpirationEnabled?c}
Renews threshold
${registry.numOfRenewsPerMinThreshold}
Renews (last min)
${registry.numOfRenewsInLastMin}
<#if isBelowRenewThreshold>
<#if !registry.selfPreservationModeEnabled>
RENEWALS ARE LESSER THAN THE THRESHOLD. THE SELF PRESERVATION MODE IS TURNED OFF. THIS MAY NOT PROTECT INSTANCE EXPIRY IN CASE OF NETWORK/OTHER PROBLEMS.
<#else>
EMERGENCY! EUREKA MAY BE INCORRECTLY CLAIMING INSTANCES ARE UP WHEN THEY'RE NOT. RENEWALS ARE LESSER THAN THRESHOLD AND HENCE THE INSTANCES ARE NOT BEING EXPIRED JUST TO BE SAFE.
#if>
<#elseif !registry.selfPreservationModeEnabled>
THE SELF PRESERVATION MODE IS TURNED OFF. THIS MAY NOT PROTECT INSTANCE EXPIRY IN CASE OF NETWORK/OTHER PROBLEMS.
#if>
DS Replicas
<#list replicas as replica>
- ${replica.key}
#list>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy