Private
Public Access
1
0

Update schema for monitors v4; use go tool
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-06-21 00:45:02 -07:00
parent ae7acb4111
commit 087d253d90
14 changed files with 332 additions and 211 deletions

View File

@@ -284,7 +284,7 @@ func (srv *Server) historyJSON(ctx context.Context, c echo.Context, server ntpdb
score := math.Round(lsm.ScoreRaw*10) / 10 // round to one decimal
tempMon := ntpdb.Monitor{
Name: lsm.Name,
Hostname: lsm.Hostname,
TlsName: lsm.TlsName,
Location: lsm.Location,
ID: lsm.ID,