diff --git a/html/index.html b/html/index.html index d32e0a09..f8e9607a 100644 --- a/html/index.html +++ b/html/index.html @@ -3060,83 +3060,83 @@

{{ i18n.gridEps }} {{ gridEps | formatCount }}

{{ i18n.id }}: - {{ item.id }} + {{ item.id }}
{{ i18n.role }}: - {{ $root.localizeMessage(item.role) }} + {{ $root.localizeMessage(item.role) }}
{{ i18n.address }}: - {{ item.address }} + {{ item.address }}
{{ i18n.version }}: - {{ item.version }} + {{ item.version }}
{{ i18n.model }}: - {{ item.model }} + {{ item.model }}
{{ i18n.dateOnline }}: - {{ item.onlineTime | toTZ }} + {{ item.onlineTime | toTZ }}
{{ i18n.dateDataEpoch }}: - {{ item.epochTime | toTZ }} + {{ item.epochTime | toTZ }}
{{ i18n.dateUpdated }}: - {{ item.updateTime | toTZ }} + {{ item.updateTime | toTZ }}
{{ i18n.uptime }}: - {{ item.uptimeSeconds | formatDuration }} + {{ item.uptimeSeconds | formatDuration }}
{{ i18n.osUptime }}: - {{ item.osUptimeSeconds | formatDuration }} - {{ i18n.restartRequired }} + {{ item.osUptimeSeconds | formatDuration }} + {{ i18n.restartRequired }}
{{ i18n.nodeStatusProcess }} - + {{ $root.localizeMessage(item.processStatus) }} - ({{i18n.nonCriticalNode}}) + ({{i18n.nonCriticalNode}})
{{ i18n.nodeStatusConnection }} - + {{ $root.localizeMessage(item.connectionStatus) }} - ({{i18n.nonCriticalNode}}) + ({{i18n.nonCriticalNode}})
{{ i18n.eventstoreStatus }}: - + {{ $root.localizeMessage(item.eventstoreStatus) }}
{{ i18n.nodeStatusRaid }} - + {{ i18n.featureRequiresAppliance }} - +
{{ i18n.epsConsumption }} - {{ item.consumptionEps | formatCount }} + {{ item.consumptionEps | formatCount }}
{{ i18n.memUsage }}: - + @@ -3146,7 +3146,7 @@

{{ i18n.gridEps }} {{ gridEps | formatCount }}

{{ i18n.swapUsage }}: - + @@ -3156,7 +3156,7 @@

{{ i18n.gridEps }} {{ gridEps | formatCount }}

{{ i18n.cpuUsage }}: - + @@ -3166,7 +3166,7 @@

{{ i18n.gridEps }} {{ gridEps | formatCount }}

{{ i18n.ioWait }}: - + @@ -3176,7 +3176,7 @@

{{ i18n.gridEps }} {{ gridEps | formatCount }}

{{ i18n.captureLoss }}: - + @@ -3186,7 +3186,7 @@

{{ i18n.gridEps }} {{ gridEps | formatCount }}

{{ i18n.zeekLoss }}: - + @@ -3196,7 +3196,7 @@

{{ i18n.gridEps }} {{ gridEps | formatCount }}

{{ i18n.suricataLoss }}: - + @@ -3206,7 +3206,7 @@

{{ i18n.gridEps }} {{ gridEps | formatCount }}

{{ i18n.stenoLoss }}: - + @@ -3216,7 +3216,7 @@

{{ i18n.gridEps }} {{ gridEps | formatCount }}

{{ i18n.diskUsageRoot }}: - + @@ -3226,7 +3226,7 @@

{{ i18n.gridEps }} {{ gridEps | formatCount }}

{{ i18n.diskUsageNsm }}: - + @@ -3235,48 +3235,48 @@

{{ i18n.gridEps }} {{ gridEps | formatCount }}

{{ i18n.diskUsageElastic }}: - {{ item.diskUsedElasticGB | formatDecimal1 }} {{ i18n.gigabytes }} + {{ item.diskUsedElasticGB | formatDecimal1 }} {{ i18n.gigabytes }}
{{ i18n.diskUsageInfluxDb }}: - {{ item.diskUsedInfluxDbGB | formatDecimal1 }} {{ i18n.gigabytes }} + {{ item.diskUsedInfluxDbGB | formatDecimal1 }} {{ i18n.gigabytes }}
{{ i18n.pcapRetention }}: - {{ item.pcapDays | formatDecimal1 }} {{ i18n.days }} + {{ item.pcapDays | formatDecimal1 }} {{ i18n.days }}
{{ i18n.loadAverage }}: - {{ item.load1m | formatDecimal1 }}, {{ item.load5m | formatDecimal1 }}, {{ item.load15m | formatDecimal1 }} + {{ item.load1m | formatDecimal1 }}, {{ item.load5m | formatDecimal1 }}, {{ item.load15m | formatDecimal1 }}
{{ i18n.redisQueueSize }}: - {{ item.redisQueueSize | formatCount }} + {{ item.redisQueueSize | formatCount }}
{{ i18n.trafficMonIn }}: - {{ item.trafficMonInMbs | formatDecimal1 }} {{ i18n.mbps }} + {{ item.trafficMonInMbs | formatDecimal1 }} {{ i18n.mbps }}
{{ i18n.trafficMonInDrops }}: - {{ item.trafficMonInDropsMbs | formatDecimal1 }} {{ i18n.mbps }} + {{ item.trafficMonInDropsMbs | formatDecimal1 }} {{ i18n.mbps }}
{{ i18n.trafficManIn }}: - {{ item.trafficManInMbs | formatDecimal1 }} {{ i18n.mbps }} + {{ item.trafficManInMbs | formatDecimal1 }} {{ i18n.mbps }}
{{ i18n.trafficManOut }}: - {{ item.trafficManOutMbs | formatDecimal1 }} {{ i18n.mbps }} + {{ item.trafficManOutMbs | formatDecimal1 }} {{ i18n.mbps }}
{{ i18n.keywords }}: - {{ item.keywords }} + {{ item.keywords }}
{{ i18n.description }}: - {{ item.description }} + {{ item.description }}