diff --git a/themes/bootstrap/templates/mailbox/_show.html b/themes/bootstrap/templates/mailbox/_show.html index 0b59725..3354728 100644 --- a/themes/bootstrap/templates/mailbox/_show.html +++ b/themes/bootstrap/templates/mailbox/_show.html @@ -16,7 +16,7 @@ {{if .htmlAvailable}} diff --git a/themes/bootstrap/templates/root/status.html b/themes/bootstrap/templates/root/status.html index 639c3a3..cbe4099 100644 --- a/themes/bootstrap/templates/root/status.html +++ b/themes/bootstrap/templates/root/status.html @@ -24,149 +24,157 @@ $(document).ready( {{define "content"}}

Inbucket Status

-

Metrics are polled every 10 seconds. Inbucket does not keep history for the +

Metrics are polled every 10 seconds. Inbucket does not keep history for the 10 minute graphs, but your web browser will accumulate the data over time.

-

Configuration

+

+ + Configuration

- - - - - - - - - - - - - - - - +
+
Version:
+
{{.version}}, built on {{.buildDate}}
+
+
+
SMTP Listener:
+
{{.smtpListener}}
+
+
+
POP3 Listener:
+
{{.pop3Listener}}
+
+
+
HTTP Listener:
+
{{.webListener}}
+
Version:{{.version}}, built on {{.buildDate}}
SMTP Listener:{{.smtpListener}}
POP3 Listener:{{.pop3Listener}}
HTTP Listener:{{.webListener}}
-

General Metrics

+

+ + General Metrics

- - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+
Uptime:
+
.
+
+
+
System Memory:
+
.
+
.
+ +
+
+
Heap Size:
+
.
+
.
+ +
+
+
Heap In-Use:
+
.
+
.
+ +
+
+
Heap # Objects:
+
.
+
.
+ +
Uptime:.
System Memory:..(10min)
Heap Size:..(10min)
Heap In-Use:..(10min)
Heap # Objects:..(10min)
-

SMTP Metrics

+

+ + SMTP Metrics

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
+
Current Connections:
+
.
+
.
+ +
+
+
Total Connections:
+
.
+
.
+ +
+
+
Messages Received:
+
.
+
.
+ +
+
+
Errors Logged:
+
.
+
+ +
+
+
Warnings Logged:
+
.
+
+ +
Current Connections:..(10min)
Total Connections:..(60min)
Messages Received:..(60min)
Errors Logged:.(60min)
Warnings Logged:.(60min)
-

Data Store Metrics

+

+ + Data Store Metrics

- - - - - - - - - - - - - - - - - - - - + + +
+
Retention Deletes:
+
.
+
+ +
+
+
Currently Retained:
+
.
+
+ +
Retention Period: +
+
Retention Period:
+
{{if .retentionMinutes}} . {{else}} Disabled {{end}} -
Retention Scan: + + +
+
Retention Scan:
+
{{if .retentionMinutes}} Completed . ago {{else}} Disabled {{end}} -
Retention Deletes:.(60min)
Currently Retained:.(60min)