What's new

ntpMerlin ntpMerlin v3.x

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Just noticed a minor nitpick with 3.4. When I zoom on one of the graphs it works fine, but now I have to click on Reset Zoom to bring back original zoom. In the past I have just hit the escape key to do this. I've cleared Safari browser cache, restarted browser, rebooted machine, uninstalled and reinstalled ntpMerlin, rebooted MacBook and rebooted router. Still no luck.

Just checked spdMerlin and the escape key still works there.
 
Last edited:
Just noticed a minor nitpick with 3.4. When I zoom on one of the graphs it works fine, but now I have to click on Reset Zoom to bring back original zoom. In the past I have just hit the escape key to do this. I've cleared Safari browser cache, restarted browser, rebooted machine, uninstalled and reinstalled ntpMerlin, rebooted MacBook and rebooted router. Still no luck.

Just checked spdMerlin and the escape key still works there.
it changed to r instead of esc. L F and D do things too :D
from changelog:
  • IMPROVED: Use of keyboard keys d,r,l,f for chart functions (drag zoom, reset zoom, toggle lines, toggle fill)
 
it changed to r instead of esc. L F and D do things too :D
from changelog:
  • IMPROVED: Use of keyboard keys d,r,l,f for chart functions (drag zoom, reset zoom, toggle lines, toggle fill)
Damn, I pay attention to Merlins changelog all the time - silly me:rolleyes:
 
Last edited:
v3.4.1
Updated 2021-05-30


ntpMerlin implements an NTP time server for AsusWRT Merlin with charts for daily, weekly and monthly summaries of performance. A choice between ntpd and chrony is available.

ntpMerlin is free to use under the GNU General Public License version 3 (GPL 3.0).

This project is hosted on GitHub

Love the script and want to support future development? Any and all donations gratefully received!
PayPal donation
Buy me a coffee

Supported firmware versions
You must be running Merlin 384.15/384.13_4 or Fork 43E5 (or later) Asuswrt-Merlin

Installation
Using your preferred SSH client/terminal, copy and paste the following command, then press Enter:
Code:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/ntpMerlin/master/ntpmerlin.sh" -o "/jffs/scripts/ntpmerlin" && chmod 0755 /jffs/scripts/ntpmerlin && /jffs/scripts/ntpmerlin install

Usage
WebUI

ntpMerlin can be configured via the WebUI, in the Addons section.

Command Line
To launch the ntpMerlin menu after installation, use:
Code:
ntpmerlin

If this does not work, you will need to use the full path:
Code:
/jffs/scripts/ntpmerlin
Jack! ntpMerlin is running better than ever! thank you for your continuous support and efforts.
 
First time I had seen scientific notation in the table:

Capture.JPG


Nice having a Stratum 1 Chrony timeserver on the network ;-) (and over WiFi)
 
v3.4.1 is now available
Changelog:

  • NEW: Add option to reset database

Which drive does it check free space on, before making the backup, which is part of the option "rs"?

I get:

Code:
Database size exceeds available space. 532.0KB is required to create backup.

The results of my DF command:

Code:
Filesystem           1K-blocks      Used Available Use% Mounted on
ubi:rootfs_ubifs         79016     66112     12904  84% /
devtmpfs                220048         0    220048   0% /dev
tmpfs                   220160       296    219864   0% /var
tmpfs                   220160      2032    218128   1% /tmp/mnt
mtd:bootfs                4480      3364      1116  75% /bootfs
tmpfs                   220160      2032    218128   1% /tmp/mnt
mtd:data                  8192       624      7568   8% /data
tmpfs                   220160      2032    218128   1% /tmp
/dev/mtdblock9           48128      5788     42340  12% /jffs
/dev/sda1            118240112   2245772 109971656   2% /tmp/mnt/swap
tmpfs                   220160      2032    218128   1% /www/index_style.css
tmpfs                   220160      2032    218128   1% /www/require/modules/menuTree.js

There is no drive with less than 532KB free...
 
Which drive does it check free space on, before making the backup, which is part of the option "rs"?

I get:

Code:
Database size exceeds available space. 532.0KB is required to create backup.

The results of my DF command:

Code:
Filesystem           1K-blocks      Used Available Use% Mounted on
ubi:rootfs_ubifs         79016     66112     12904  84% /
devtmpfs                220048         0    220048   0% /dev
tmpfs                   220160       296    219864   0% /var
tmpfs                   220160      2032    218128   1% /tmp/mnt
mtd:bootfs                4480      3364      1116  75% /bootfs
tmpfs                   220160      2032    218128   1% /tmp/mnt
mtd:data                  8192       624      7568   8% /data
tmpfs                   220160      2032    218128   1% /tmp
/dev/mtdblock9           48128      5788     42340  12% /jffs
/dev/sda1            118240112   2245772 109971656   2% /tmp/mnt/swap
tmpfs                   220160      2032    218128   1% /www/index_style.css
tmpfs                   220160      2032    218128   1% /www/require/modules/menuTree.js

There is no drive with less than 532KB free...
good spot, this is a bug
 
good spot, this is a bug

Thank you. Where is the database backup stored? I don't need it and would like to delete it, to free up space.
 
Hardware acceleration is really important for me. I have a 600 Mbps download connection.
yes but if the timestamps work with it off, that's another report to put to Asus (and then broadcom) of a possible bug. though i doubt they'll care since the focus is on HND which use different hardware accel
 
hi jack im getting this odd loop

Jun 25 13:35:33 chronyd[11494]: chronyd version 4.0 starting (+CMDMON +NTP +REFCLOCK -RTC +PRIVDROP -SCFILTER -SIGND +ASYNCDNS +NTS -SECHASH +IPV6 -DEBUG)
Jun 25 13:35:33 chronyd[11494]: Fatal error : Another chronyd may already be running (pid=3264), check /opt/var/run/chrony/chronyd.pid
Jun 25 13:35:38 timeserverd: chronyd dead, restarting...
Jun 25 13:35:43 timeserverd: chronyd restarted
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top