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:
@@ -91,7 +91,7 @@ func main() {
|
||||
go signalHandler()
|
||||
|
||||
if conf.MonitoringAddress != "" {
|
||||
launchMonitoringServer(conf.MonitoringAddress)
|
||||
launchMonitoringServer(conf)
|
||||
}
|
||||
|
||||
s := smtpsrv.NewServer()
|
||||
|
||||
Reference in New Issue
Block a user