What's new

connmon connmon - Internet connection monitoring

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

Status
Not open for further replies.
I removed

https://github.com/jackyaz/connmon/...3b313877065030fcaf2/connmonstats_www.asp#L566

and function LoadCustomSettings()

and all is good

What I understand from a quick fly over you do not check if custom_settings is relevant or not.
I don't check, no, since most people are typically running the latest on the 384 branch. 384.15 introduced much better methods for mounting custom web pages, as well as being able to read/write settings for scripts. I may force this as a minimum version requirement in a future update, so I can remove the legacy WebUI code.
 
I don't check, no, since most people are typically running the latest on the 384 branch. 384.15 introduced much better methods for mounting custom web pages, as well as being able to read/write settings for scripts. I may force this as a minimum version requirement in a future update, so I can remove the legacy WebUI code.
For users that are willing to update to the latest firmware,I can confirm connmon runs great,and is totally worth the additional steps to upgrade.
 
Is is possible to have a 24h format?
How do I reset the stats?
 
I don't check, no, since most people are typically running the latest on the 384 branch. 384.15 introduced much better methods for mounting custom web pages, as well as being able to read/write settings for scripts. I may force this as a minimum version requirement in a future update, so I can remove the legacy WebUI code.
Meanwhile I updated to .16, leveraging the updated Mar 4 2020 version 10.10.122.2 wifi driver - since the drivers in between was the main reason I holded back updates.

Now I can use ur scripts without modifications :)

Thank you!

Sent from my OnePlus 7 Pro using Asus RT-AC86U & Merlin 384.16 (dirty upgraded from .13)
 
How can i get past this error?
connmon: Welcome to connmon v2.3.2, a script by JackYaz

connmon: Checking your router meets the requirements for connmon

connmon: Unsupported firmware version detected, 384.XX required

connmon: Requirements for connmon not met, please see above for the reason(s)

Press enter to continue...
upload_2020-4-9_19-24-52.png


Router info:
Model RT-AC68U
Firmware Version 384.16
Firmware Build Sun Apr 5 17:34:31 UTC 2020 merlin@2c43617
Bootloader (CFE) 1.0.2.0
Driver version wl0: Nov 22 2019 09:13:30 version 6.37.14.126 (r561982)
 
How can i get past this error?
connmon: Welcome to connmon v2.3.2, a script by JackYaz

connmon: Checking your router meets the requirements for connmon

connmon: Unsupported firmware version detected, 384.XX required

connmon: Requirements for connmon not met, please see above for the reason(s)

Press enter to continue...
View attachment 22488

Router info:
Model RT-AC68U
Firmware Version 384.16
Firmware Build Sun Apr 5 17:34:31 UTC 2020 merlin@2c43617
Bootloader (CFE) 1.0.2.0
Driver version wl0: Nov 22 2019 09:13:30 version 6.37.14.126 (r561982)
What does
Code:
nvram get buildno
return for you please?
 
Is there a way to drop all stats to zero-state? Can you please add a button to do so?

PS: done it with sqlite3 CLI. But still wanna have a decent GUI button, pretty please? :)
 
Last edited:
Weird. The code is:
Code:
if ! Firmware_Version_Check "install"; then
        Print_Output "true" "Unsupported firmware version detected, 384.XX required" "$ERR"
        CHECKSFAILED="true"
    fi
and Firmware_Version_Check is
Code:
if [ "$(uname -o)" = "ASUSWRT-Merlin" ] && [ "$(nvram get buildno | cut -f1 -d'.')" -ge "384" ]; then
            return 0
        else
            return 1
        fi
What do you get if you run:
Code:
uname -o
 
ASUSWRT-Merlin

upload_2020-4-9_23-21-35.png


I'm thinking to reformat the usb and reinstall, would that help?

Weird. The code is:
Code:
if ! Firmware_Version_Check "install"; then
        Print_Output "true" "Unsupported firmware version detected, 384.XX required" "$ERR"
        CHECKSFAILED="true"
    fi
and Firmware_Version_Check is
Code:
if [ "$(uname -o)" = "ASUSWRT-Merlin" ] && [ "$(nvram get buildno | cut -f1 -d'.')" -ge "384" ]; then
            return 0
        else
            return 1
        fi
What do you get if you run:
Code:
uname -o
 
ASUSWRT-Merlin

View attachment 22498

I'm thinking to reformat the usb and reinstall, would that help?
I don't think it is USB related. what happens if you run the connmon installer manually?
Code:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/connmon/master/connmon.sh" -o "/jffs/scripts/connmon" && chmod 0755 /jffs/scripts/connmon && /jffs/scripts/connmon install
 
Tried that and same issue. Finally reformatted the USB and reinstalled diversion , entware etc. Now conmon is working but skynet is broken with the below error.. probably unrelated thread to report here..

Skynet: [*] USB Not Found - Sleeping For 10 Seconds ( Attempt 1 Of 10 )
 
Your USB seems wonky. Time for another one. :)
 
v2.4.0 is now available!

Changelog:
NEW: Change in minimum version requirement, see README!
NEW: Support for John's Fork of AsusWRT-Merlin (currently requires dev build, full support with next public release)
NEW: Option to toggle data output mode for weekly/monthly charts
NEW: Button to export/download CSVs used for charts
CHANGE: Raw data output is now the default
CHANGE: Migrated from datasource plugin for ChartJS to D3js library
REMOVED: Legacy WebUI code that would override unused ASP pages
 
v2.4.0 is now available!
Thanks for your update!
However , when average values are chosen, I only get daily values.
As soon as I change to raw, the page becomes almost irresponsive, but yeah I get values!

Edit: just a suggestion - change the default ping IP to 1.1.1.1 - they have better anycast locations and the pings usually are much lower
 

Attachments

  • Screenshot_20200412-103915925.png
    Screenshot_20200412-103915925.png
    99.7 KB · Views: 111
  • Screenshot_20200412-103950506.png
    Screenshot_20200412-103950506.png
    111.4 KB · Views: 114
Status
Not open for further replies.

Latest threads

Sign Up For SNBForums Daily Digest

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