mirror of
https://github.com/abh/ntppool.git
synced 2026-04-25 19:45:50 +03:00
[GH-ISSUE #25] NTP-pool zone stats do not update #19
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntppool#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mallos-zz on GitHub (Jul 3, 2011).
Original GitHub issue: https://github.com/abh/ntppool/issues/25
the zone statistics are not updated. For example
http://www.pool.ntp.org/zone/nl
shows a raise of 26 for several days, while the total stays at 151 servers for "today". This is the case for multiple (all?) zones.
This reveals two issues.
@abh commented on GitHub (Jul 4, 2011):
Thanks – that code didn't get upgraded to do the right thing. I need to make the "stats_days_ago" method either sum the v4 and v6 counts or take a parameter to just pick one.