• 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!

Search results

  1. M

    Scribe Scribe v3.2.4 [2025-Nov-22] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Yeah, the "chattiness" seems to be triggered by some events, more so in some routers, apparently.
  2. M

    connmon connmon v3.0.8 [2025-Nov-16] - Internet Connection Monitoring Tool for AsusWRT Merlin

    Yep, that's an intentional log entry (useful when reviewing the log for debugging/troubleshooting purposes).
  3. M

    Scribe Scribe v3.2.4 [2025-Nov-22] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    OK, looks good. Thanks for the verification. I'll issue a new release by tomorrow night, unless something comes up. BTW, I didn't see those repeated log entries while testing the 3.2.4 version on my RT-AX86U_PRO, but it looks like under certain circumstances some routers tend to be more...
  4. M

    Scribe Scribe v3.2.4 [2025-Nov-22] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Good catch! Can you try running the 'develop' branch 3.2.5 version to verify if those log entries are being suppressed? /jffs/scripts/scribe develop
  5. M

    YazDHCP YazDHCP v1.2.4 [2025-Nov-21] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    I'm not sure I fully understand your question, so first I'd like to get clarification. By "unregistered mac address" do you mean an "unknown" MAC address for which no IP address reservation has been manually assigned, or previously allocated/leased by dnsmasq at any time? Assuming that I...
  6. M

    dnsmasq.conf.add not working on Guest Network Pro clients

    I have now stored the custom shell script on my personal GitHub repo. You can use the following commands to download it: curl -LSs --retry 3 --retry-delay 5 --retry-connrefused \ https://raw.githubusercontent.com/Martinski4GitHub/CustomMiscUtils/master/Misc/Show_GuestNetwork_Info.sh \ -o...
  7. M

    Scribe Scribe v3.2.4 [2025-Nov-22] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Sourcing the script doesn't create a child/new process, regardless of the shebang line. In a POSIX-compliant script, the hyphen '-' as the 1st argument means that's the "end of options" for the shell invocation, so it effectively disables processing of any subsequent command-line options...
  8. M

    Scribe Scribe v3.2.4 [2025-Nov-22] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Release Notes for Scribe v3.2.4 production version now available [2025-Nov-22] 1) IMPROVED: Modified code, including error checking and handling, in functions used to determine the location of the 'syslog.log' file. [Thanks to @visortgw for pointing out an occurrence where the 'syslog.log'...
  9. M

    Scribe Scribe v3.2.4 [2025-Nov-22] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    In the post shown below, @visortgw reported seeing a problem where the location of the 'syslog.log' file seems to have gone "missing." I later reviewed the code and responded as follows: Since then, nobody else has reported a similar problem; however, it's possible that what you're seeing...
  10. M

    dnsmasq.conf.add not working on Guest Network Pro clients

    Like many users on these forums, I also spent a few hours trying to figure out and understand as much as possible the general framework of the Guest Network configurations as implemented in the 3006.102.x F/W when running multiple instances of dnsmasq. As part of that preliminary phase, I wrote...
  11. M

    YazDHCP YazDHCP v1.2.4 [2025-Nov-21] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    Release Notes for YazDHCP v1.2.4 production version now available [2025-Nov-21] 1) FIXED: Modified code to re-enable the creation and handling of the "hostnames" file. [Thanks to user @jk7gr for reporting that the file was not being generated] 2) Miscellaneous code improvements. IMPORTANT...
  12. M

    uiDivStats uiDivstats 4.0.13 - WebUI Stats for Diversion

    Release Notes for uiDivStats v4.0.13 production version now available [2025-Nov-21] 1) FIXED: Modified code to make sure we get the correct parameters when changing settings from the WebUI. The fork from @Jack Yaz's uiDivStats add-on is now hosted on the AMTM-OSR GitHub repo...
  13. M

    connmon connmon v3.0.8 [2025-Nov-16] - Internet Connection Monitoring Tool for AsusWRT Merlin

    Release Notes for connmon v3.0.8 production version now available [2025-Nov-16] 1) NEW: Added a new "Notification Event Type" to set up notifications and run custom user scripts when a ping test fails. 2) NEW: Added "Ping Test Failure" events to the results shown on the WebUI page. 3) FIXED...
  14. M

    vnStat vnStat-on-Merlin v2.0.11 [2025-Nov-16] - Data Usage and Data Limit Monitoring using vnStat

    Release Notes for vnStat-on-Merlin v2.0.11 production version now available [2025-Nov-16] 1) FIXED: Modified code to make sure we get the correct parameters when changing settings from the WebUI. 2) Miscellaneous code improvements. The fork from @dev_null's vnStat-on-Merlin add-on is now...
  15. M

    ntpMerlin ntpMerlin v3.4.12 [2025-Nov-16] - NTP Time Server for AsusWRT Merlin

    Release Notes for ntpMerlin v3.4.12 production version now available [2025-Nov-16] 1) FIXED: Modified code to make sure we get the correct parameters when changing settings from the WebUI. 2) Miscellaneous code improvements. The fork from @Jack Yaz's ntpMerlin add-on is now hosted on the...
  16. M

    spdMerlin spdMerlin v4.4.16 [2025-Nov-16] - Internet Speedtest and Monitoring Tool for AsusWRT Merlin

    Release Notes for spdMerlin v4.4.16 production version now available [2025-Nov-16] 1) FIXED: Modified code to make sure we get the correct parameters when changing settings from the WebUI. 2) Miscellaneous code improvements. The fork from @Jack Yaz's spdMerlin add-on is now hosted on the...
  17. M

    connmon connmon v3.0.8 [2025-Nov-16] - Internet Connection Monitoring Tool for AsusWRT Merlin

    I've modified the code to add "Ping Test Failure" events to the results shown on the WebUI page. These changes are found only in the latest 'develop' branch version v3.0.8_25111600 (now available): Sample screenshot of the WebUI showing "Ping Test Failure" results. Let me know if this...
  18. M

    connmon connmon v3.0.8 [2025-Nov-16] - Internet Connection Monitoring Tool for AsusWRT Merlin

    [CONTINUATION from previous post] WebUI page showing new "Ping Test Failure" event type for "Notifications and Integrations": Please let me know if this addresses your request to run a custom script for ping test failures. To switch back to the latest production release version...
  19. M

    connmon connmon v3.0.8 [2025-Nov-16] - Internet Connection Monitoring Tool for AsusWRT Merlin

    I've added a new "Notification Event Type" to the existing "Notifications and Integrations" framework, so users are now able to set up notifications and run their own custom scripts when a ping test fails. UPDATE: These new changes and additions are found only in the latest 'develop' branch...
  20. M

    [SCRIPT] Asuswrt-Merlin Log Sanitizer — safely redact syslogs before sharing

    If you don't have or want to have a GitHub account, another alternative would be to put your files in PasteBin [https://pastebin.com/] (or similar web services, e.g. https://pastes.io/) to make them easier to download and avoid "copy & paste" mistakes. Just my 2 cents.
Back
Top