
templates.eureka.status.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!
<#import "/spring.ftl" as spring />
Eureka
<#include "header.ftl">
<#include "navbar.ftl">
Instances currently registered with Eureka
Application
AMIs
Availability Zones
Status
<#if apps?has_content>
<#list apps as app>
${app.name}
<#list app.amiCounts as amiCount>
${amiCount.key} (${amiCount.value})<#if amiCount_has_next>,#if>
#list>
<#list app.zoneCounts as zoneCount>
${zoneCount.key} (${zoneCount.value})<#if zoneCount_has_next>,#if>
#list>
<#list app.instanceInfos as instanceInfo>
<#if instanceInfo.isNotUp>
#if>
${instanceInfo.status} (${instanceInfo.instances?size}) -
<#if instanceInfo.isNotUp>
#if>
<#list instanceInfo.instances as instance>
<#if instance.isHref>
${instance.id}
<#else>
${instance.id}
#if><#if instance_has_next>,#if>
#list>
#list>
#list>
<#else>
No instances available
#if>
General Info
Name
Value
<#list statusInfo.generalStats?keys as stat>
${stat}
${statusInfo.generalStats[stat]!""}
#list>
<#list statusInfo.applicationStats?keys as stat>
${stat}
${statusInfo.applicationStats[stat]!""}
#list>
Instance Info
Name
Value
<#list instanceInfo?keys as key>
${key}
${instanceInfo[key]!""}
#list>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy