1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-01-07 17:47:14 +00:00

monitoring: Reorganize index structure

This patch improves the organization of the monitoring index page:

- Include the hostname (both OS and configured) for convenience.
- Round the uptime presentation for readability.
- Add a tiny CSS for consistency with the traces.
- Re-arrange the list of links for readability.
This commit is contained in:
Alberto Bertogli
2020-07-08 23:07:43 +01:00
parent a08b86a663
commit 33446fd565
2 changed files with 68 additions and 44 deletions

View File

@@ -91,7 +91,7 @@ func main() {
go signalHandler()
if conf.MonitoringAddress != "" {
launchMonitoringServer(conf.MonitoringAddress)
launchMonitoringServer(conf)
}
s := smtpsrv.NewServer()