I recently registered some servers in the beta system, but when trying to validate am getting an error message when calling the https://validate6.ntppool.dev/b/ link:
default backend - 404
Else, I would have registered a few more servers by now (even though I am not eligible for a monitor at this time).
Also, user data download doesnât work for me. It seems an archive is being generated. But when it is ready (apparently), there is no link next to the date/time string to actually download anything.
Lastly, the formatting on the site is strange: All links are underlined, the table underneath the offset/score graph lost its formatting.
Another small thing I forgot: In the past, the âClient distributionâ section would not show anything when a server had been in monitoring-only mode for long enough. Now, it is showing some data as if the server were actually in the pool with non-zero netspeed.
I think Iâve seen the underlined links for so long I got used to them (the beta site has been ahead of the production site git branch for a while!). Yeah, they do look weird!
In Safari the table underneath the graph looks okay, it just got smaller (which wasnât intentional, fixing the CSS and HTML is not my favorite pastime). Which browser do you use? Can you share a screenshot?
The client distribution data comes from production; thereâs only a production API for that. Itâs a little confusing but better for testing than no data.
Firefox and Chromium on Linux. Yeah, you are right. It is still visible as table, just without the colors, and the missing space makes it more difficult to read, for me at least.
@Kets_One The new monitoring system supports v4 and v6 in one daemon and has a new API registration flow thatâs much easier to use. (Also, new gRPC API internally, etc etc; itâs ~127 changes in git since I started the new version in late 2023!)
The goal is to have better support for more people running monitors, so another set of changes is to the âselectorâ that chooses the active monitor to help have the active monitors distributed across NTP Pool accounts, IP networks, etc.
git diff --stat says â168 files changed, 20126 insertions(+), 4285 deletions(-)â (though a bunch of that is generated and some LLM built design documents).
Great to see this development in the monitoring backend!
Could you please share your plans for other changes aswell?
Many server owners are eager to see further adoption of IPv6.
Just wondering if that is in the plans for the near future.
In the readme on the monitor github and some other places it is mentioned that the monitor client can be FreeBSD. Is there more info about that somewhere? The repo page also mention FreeBSD, but it looks like there are only linux packages.