
templates.eureka.navbar.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartcosmos-service-discovery Show documentation
Show all versions of smartcosmos-service-discovery Show documentation
SMART COSMOS Service Discovery Server based on the Netflix OSS Eureka Server
The newest version!
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 isBelowRenewThresold>
<#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